You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/01/05 18:15:05 UTC

svn commit: r493091 - /incubator/ode/trunk/bpel-runtime/pom.xml

Author: mriou
Date: Fri Jan  5 09:15:04 2007
New Revision: 493091

URL: http://svn.apache.org/viewvc?view=rev&rev=493091
Log:
Added JPA dependencies for tests.

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

Modified: incubator/ode/trunk/bpel-runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-runtime/pom.xml?view=diff&rev=493091&r1=493090&r2=493091
==============================================================================
--- incubator/ode/trunk/bpel-runtime/pom.xml (original)
+++ incubator/ode/trunk/bpel-runtime/pom.xml Fri Jan  5 09:15:04 2007
@@ -132,6 +132,16 @@
         </dependency>
         <dependency>
             <groupId>org.apache.ode</groupId>
+            <artifactId>ode-dao-jpa-ojpa</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-all</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ode</groupId>
             <artifactId>ode-dao-hibernate</artifactId>
             <scope>test</scope>
         </dependency>