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/06 01:28:51 UTC

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

Author: mriou
Date: Fri Jan  5 16:28:51 2007
New Revision: 493255

URL: http://svn.apache.org/viewvc?view=rev&rev=493255
Log:
Added dependency toward derby jpa db in the pom as using it in build.xml isn't enough.

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=493255&r1=493254&r2=493255
==============================================================================
--- incubator/ode/trunk/bpel-runtime/pom.xml (original)
+++ incubator/ode/trunk/bpel-runtime/pom.xml Fri Jan  5 16:28:51 2007
@@ -74,6 +74,13 @@
             <type>tar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.apache.ode</groupId>
+            <artifactId>ode-jpa-ojpa-derby</artifactId>
+            <version>${project.version}</version>
+            <type>tar</type>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>stax</groupId>