Author: vanto
Date: Mon Sep 20 21:22:14 2010
New Revision: 999125

URL: http://svn.apache.org/viewvc?rev=999125&view=rev
Log:
build fix (again).

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

Modified: ode/trunk/bpel-test/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/bpel-test/pom.xml?rev=999125&r1=999124&r2=999125&view=diff
==============================================================================
--- ode/trunk/bpel-test/pom.xml (original)
+++ ode/trunk/bpel-test/pom.xml Mon Sep 20 21:22:14 2010
@@ -154,12 +154,11 @@
           <artifactId>tranql-connector-derby-common</artifactId>
           <version>1.1</version>
         </dependency>
-           <dependency>
-             <groupId>org.springframework</groupId>
-             <artifactId>spring-test</artifactId>
-             <version>${spring.version}</version>
-             <scope>test</scope>
-           </dependency>
+        <dependency>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-test</artifactId>
+          <version>${spring.version}</version>
+        </dependency>
     </dependencies>
 
    <build>


Reply via email to