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 02:01:37 UTC

svn commit: r493263 - /incubator/ode/trunk/bpel-test/pom.xml

Author: mriou
Date: Fri Jan  5 17:01:35 2007
New Revision: 493263

URL: http://svn.apache.org/viewvc?view=rev&rev=493263
Log:
And type was missing.

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

Modified: incubator/ode/trunk/bpel-test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-test/pom.xml?view=diff&rev=493263&r1=493262&r2=493263
==============================================================================
--- incubator/ode/trunk/bpel-test/pom.xml (original)
+++ incubator/ode/trunk/bpel-test/pom.xml Fri Jan  5 17:01:35 2007
@@ -111,6 +111,8 @@
             <groupId>org.apache.ode</groupId>
             <artifactId>ode-jpa-ojpa-derby</artifactId>
             <version>${project.version}</version>
+            <type>tar</type>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.derby</groupId>