You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by gn...@apache.org on 2007/04/20 10:19:34 UTC

svn commit: r530688 - /incubator/ode/trunk/bpel-store/pom.xml

Author: gnodet
Date: Fri Apr 20 01:19:34 2007
New Revision: 530688

URL: http://svn.apache.org/viewvc?view=rev&rev=530688
Log:
Add missing dependencies for JPA enhancer

Modified:
    incubator/ode/trunk/bpel-store/pom.xml

Modified: incubator/ode/trunk/bpel-store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-store/pom.xml?view=diff&rev=530688&r1=530687&r2=530688
==============================================================================
--- incubator/ode/trunk/bpel-store/pom.xml (original)
+++ incubator/ode/trunk/bpel-store/pom.xml Fri Apr 20 01:19:34 2007
@@ -86,6 +86,16 @@
             <artifactId>commons-collections</artifactId>
             <version>3.1</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>