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:
Hiram R. Chirino 2008-04-08 19:52:10 +00:00
parent b59a865a8a
commit dd2d911bc7
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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>