You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by as...@apache.org on 2007/01/02 21:03:22 UTC

svn commit: r491917 - in /incubator/ode/trunk/bpel-runtime: build.xml pom.xml

Author: assaf
Date: Tue Jan  2 12:03:21 2007
New Revision: 491917

URL: http://svn.apache.org/viewvc?view=rev&rev=491917
Log:
Moved Derby dependency to scope test

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

Modified: incubator/ode/trunk/bpel-runtime/build.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-runtime/build.xml?view=diff&rev=491917&r1=491916&r2=491917
==============================================================================
--- incubator/ode/trunk/bpel-runtime/build.xml (original)
+++ incubator/ode/trunk/bpel-runtime/build.xml Tue Jan  2 12:03:21 2007
@@ -8,7 +8,7 @@
 
   <target name="test-db">
     <artifact:pom id="maven.project" file="pom.xml" />
-    <artifact:dependencies filesetId="dependency.derby" useScope="runtime">
+    <artifact:dependencies filesetId="dependency.derby" useScope="test">
       <dependency groupId="org.apache.ode" artifactId="ode-dao-hibernate-db-derby"
                   version="${maven.project.version}" type="tar"/>
     </artifact:dependencies>

Modified: incubator/ode/trunk/bpel-runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-runtime/pom.xml?view=diff&rev=491917&r1=491916&r2=491917
==============================================================================
--- incubator/ode/trunk/bpel-runtime/pom.xml (original)
+++ incubator/ode/trunk/bpel-runtime/pom.xml Tue Jan  2 12:03:21 2007
@@ -72,6 +72,7 @@
             <artifactId>ode-dao-hibernate-db-derby</artifactId>
             <version>${project.version}</version>
             <type>tar</type>
+            <scope>test</scope>
         </dependency>
 
         <dependency>