Author: jstrachan
Date: Tue Aug 19 05:03:30 2008
New Revision: 687029
URL: http://svn.apache.org/viewvc?rev=687029&view=rev
Log:
added the transaction API into the uberjar
Modified:
activemq/trunk/activemq-all/pom.xml
Modified: activemq/trunk/activemq-all/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-all/pom.xml?rev=687029&r1=687028&r2=687029&view=diff
==============================================================================
--- activemq/trunk/activemq-all/pom.xml (original)
+++ activemq/trunk/activemq-all/pom.xml Tue Aug 19 05:03:30 2008
@@ -76,6 +76,7 @@
<include>${project.groupId}:activemq-optional</include>
<include>${project.groupId}:activemq-jpa-store</include>
<include>org.apache.geronimo.specs:geronimo-jms_1.1_spec</include>
+ <include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include>
<include>org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec</include>
<include>commons-logging:commons-logging-api</include>
</includes>
|