mirror of https://github.com/apache/activemq.git
Included the jta stuff in the distro..
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@646053 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b59a865a8a
commit
dd2d911bc7
|
@ -184,6 +184,10 @@
|
|||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jta_1.0.1B_spec</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.xbean</groupId>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -188,6 +188,11 @@
|
|||
<artifactId>activemq-jaas</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-jpa-store</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-jmdns_1.0</artifactId>
|
||||
|
|
Loading…
Reference in New Issue