forked from jbosstm/quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pom.xml
executable file
·150 lines (150 loc) · 5.5 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware
LLC, and individual contributors as indicated by the @author tags. See the
copyright.txt in the distribution for a full listing of individual contributors.
This copyrighted material is made available to anyone wishing to use, modify,
copy, or redistribute it subject to the terms and conditions of the GNU Lesser
General Public License, v. 2.1. This program is distributed in the hope that
it will be useful, but WITHOUT A WARRANTY; without even the implied warranty
of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
General Public License for more details. You should have received a copy
of the GNU Lesser General Public License, v.2.1 along with this distribution;
if not, write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA 02110-1301, USA. (C) 2009, @author JBoss Inc. ([email protected]) -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.narayana.quickstart.jta</groupId>
<artifactId>narayana-quickstarts-all</artifactId>
<version>5.9.1.Final-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://www.jboss.org/jbosstm/</url>
<name>${project.artifactId}</name>
<description>${project.artifactId}</description>
<issueManagement>
<system>JIRA</system>
<url>https://jira.jboss.org/jira/browse/JBTM/</url>
</issueManagement>
<ciManagement>
<system>hudson</system>
<url>http://hudson.qa.jboss.com/hudson/view/JBossTS/</url>
</ciManagement>
<developers>
<developer>
<id>tomjenkinson</id>
<name>Tom Jenkinson</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>project lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>mmusgrov</id>
<name>Michael Musgrove</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>Core Developer</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>zhfeng</id>
<name>Amos Feng</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>Core Developer</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>pfrobinson</id>
<name>Paul Robinson</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>xts lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>[email protected]</id>
<name>Mark Little</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>JBoss CTO</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>[email protected]</id>
<name>Ivo Studensky</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<roles>
<role>QA lead</role>
</roles>
<timezone>0</timezone>
</developer>
<developer>
<id>jhalliday</id>
<name>Jonathan Halliday</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<timezone>0</timezone>
</developer>
<developer>
<id>adinn</id>
<name>Andrew Dinn</name>
<email>[email protected]</email>
<organization>JBoss</organization>
<organizationUrl>http://www.jboss.org/</organizationUrl>
<timezone>0</timezone>
</developer>
</developers>
<licenses>
<license>
<name>LGPL 2.1</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</licenses>
<scm>
<connection>scm:git:[email protected]:jbosstm/quickstart.git</connection>
<developerConnection>scm:git:[email protected]:jbosstm/quickstart.git</developerConnection>
<url>https://github.com/jbosstm/quickstart</url>
</scm>
<modules>
<module>ArjunaJTS</module>
<module>transactionaldriver</module>
<module>jca-and-tomcat</module>
<module>dbcp2-and-tomcat</module>
<module>jca-and-hibernate</module>
<module>jta-1_2-standalone</module>
<module>jta-1_2-in-wildfly</module>
<module>spring</module>
<module>ArjunaCore</module>
<module>ArjunaJTA</module>
<module>compensating-transactions</module>
<module>rts</module>
<module>XTS</module>
<!-- see JBTM-2878 -->
<!-- module>blacktie</module> -->
<module>wildfly/setCheckedActionFactoryExample</module>
<module>wildfly/commit-markable-resource</module>
<module>STM</module>
<module>jts-docker</module>
<!-- JBTM-2820 disable the osgi quickstart until the karaf release the 4.1.0-->
<module>karaf/osgi-jta</module>
<module>jta-and-hibernate-standalone</module>
</modules>
</project>