Author: jeffyu
Date: Wed Jun 30 08:57:47 2010
New Revision: 959236

URL: http://svn.apache.org/viewvc?rev=959236&view=rev
Log:
* reenable the bpel-test module.

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

Modified: ode/trunk/bpel-test/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/bpel-test/pom.xml?rev=959236&r1=959235&r2=959236&view=diff
==============================================================================
--- ode/trunk/bpel-test/pom.xml (original)
+++ ode/trunk/bpel-test/pom.xml Wed Jun 30 08:57:47 2010
@@ -80,7 +80,6 @@
         <dependency>
             <groupId>org.apache.ode</groupId>
             <artifactId>ode-scheduler-simple</artifactId>
-            <scope>test</scope>
         </dependency>
         <dependency>
           <groupId>commons-collections</groupId>
@@ -146,6 +145,15 @@
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.apache.derby</groupId>
+          <artifactId>derby</artifactId>
+        </dependency>
+        <dependency>
+          <groupId>tranql</groupId>
+          <artifactId>tranql-connector-derby-common</artifactId>
+          <version>1.1</version>
+        </dependency>
     </dependencies>
 
    <build>

Modified: ode/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/ode/trunk/pom.xml?rev=959236&r1=959235&r2=959236&view=diff
==============================================================================
--- ode/trunk/pom.xml (original)
+++ ode/trunk/pom.xml Wed Jun 30 08:57:47 2010
@@ -152,7 +152,7 @@
         <module>dao-hibernate-db</module>
         <module>bpel-runtime</module>
         <module>bpel-connector</module>
-        <!--module>bpel-test</module-->
+        <module>bpel-test</module>
         <module>axis2</module>
         <module>jbi</module>
         <module>jbi-bundle</module>


Reply via email to