You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by da...@apache.org on 2007/01/10 22:29:49 UTC

svn commit: r494995 - /incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml

Author: dain
Date: Wed Jan 10 13:29:48 2007
New Revision: 494995

URL: http://svn.apache.org/viewvc?view=rev&rev=494995
Log:
Added missing jta dependency

Modified:
    incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml

Modified: incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml?view=diff&rev=494995&r1=494994&r2=494995
==============================================================================
--- incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/itests/openejb-itests-beans/pom.xml Wed Jan 10 13:29:48 2007
@@ -33,6 +33,10 @@
       <artifactId>geronimo-ejb_3.0_spec</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jta_1.1_spec</artifactId>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>compile</scope>