You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2008/10/01 20:54:36 UTC

svn commit: r700868 - /geronimo/daytrader/trunk/modules/ejb/pom.xml

Author: hogstrom
Date: Wed Oct  1 11:54:35 2008
New Revision: 700868

URL: http://svn.apache.org/viewvc?rev=700868&view=rev
Log:
Added missing dependency for jta in the ejb module

Modified:
    geronimo/daytrader/trunk/modules/ejb/pom.xml

Modified: geronimo/daytrader/trunk/modules/ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/ejb/pom.xml?rev=700868&r1=700867&r2=700868&view=diff
==============================================================================
--- geronimo/daytrader/trunk/modules/ejb/pom.xml (original)
+++ geronimo/daytrader/trunk/modules/ejb/pom.xml Wed Oct  1 11:54:35 2008
@@ -98,7 +98,13 @@
             <version>2.2.1</version>
             <scope>provided</scope>
         </dependency>
-    </dependencies>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.1_spec</artifactId>
+            <version>1.1.2-SNAPSHOT</version>
+            <scope>provided</scope>
+        </dependency>    </dependencies>
     <build>
         <resources>
             <resource>