Author: chirino
Date: Tue Apr 8 12:52:10 2008
New Revision: 646053
URL: http://svn.apache.org/viewvc?rev=646053&view=rev
Log:
Included the jta stuff in the distro..
Modified:
activemq/trunk/assembly/pom.xml
activemq/trunk/pom.xml
Modified: activemq/trunk/assembly/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?rev=646053&r1=646052&r2=646053&view=diff
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Tue Apr 8 12:52:10 2008
@@ -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>
Modified: activemq/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=646053&r1=646052&r2=646053&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Apr 8 12:52:10 2008
@@ -190,6 +190,11 @@
</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>
<version>${version}</version>
</dependency>