Author: vanto
Date: Wed Sep 1 18:35:33 2010
New Revision: 991643
URL: http://svn.apache.org/viewvc?rev=991643&view=rev
Log:
CVS mustz alwayz compilez!!1
Modified:
ode/trunk/axis2-war/pom.xml
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
ode/trunk/bpel-runtime/pom.xml
ode/trunk/bpel-store/pom.xml
Modified: ode/trunk/axis2-war/pom.xml
URL:
http://svn.apache.org/viewvc/ode/trunk/axis2-war/pom.xml?rev=991643&r1=991642&r2=991643&view=diff
==============================================================================
--- ode/trunk/axis2-war/pom.xml (original)
+++ ode/trunk/axis2-war/pom.xml Wed Sep 1 18:35:33 2010
@@ -307,7 +307,15 @@
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
Modified:
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
URL:
http://svn.apache.org/viewvc/ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java?rev=991643&r1=991642&r2=991643&view=diff
==============================================================================
---
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
(original)
+++
ode/trunk/axis2-war/src/test/java/org/apache/ode/axis2/correlation/CorrelationUnicityTest.java
Wed Sep 1 18:35:33 2010
@@ -17,8 +17,10 @@
* under the License.
*/
-package org.apache.ode.axis2;
+package org.apache.ode.axis2.correlation;
+import org.apache.ode.axis2.Axis2TestBase;
+import org.apache.ode.axis2.ODEConfigDirAware;
import org.testng.annotations.Test;
import static org.testng.AssertJUnit.assertTrue;
Modified: ode/trunk/bpel-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/ode/trunk/bpel-runtime/pom.xml?rev=991643&r1=991642&r2=991643&view=diff
==============================================================================
--- ode/trunk/bpel-runtime/pom.xml (original)
+++ ode/trunk/bpel-runtime/pom.xml Wed Sep 1 18:35:33 2010
@@ -194,8 +194,14 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <scope>test</scope>
+ <scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>tranql</groupId>
Modified: ode/trunk/bpel-store/pom.xml
URL:
http://svn.apache.org/viewvc/ode/trunk/bpel-store/pom.xml?rev=991643&r1=991642&r2=991643&view=diff
==============================================================================
--- ode/trunk/bpel-store/pom.xml (original)
+++ ode/trunk/bpel-store/pom.xml Wed Sep 1 18:35:33 2010
@@ -161,6 +161,12 @@
<artifactId>serp</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-test</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>