Author: mriou
Date: Thu Sep 25 13:56:18 2008
New Revision: 699089

URL: http://svn.apache.org/viewvc?rev=699089&view=rev
Log:
The JUnit dependencies in Buildr have been moved.

Modified:
    ode/trunk/Rakefile

Modified: ode/trunk/Rakefile
URL: 
http://svn.apache.org/viewvc/ode/trunk/Rakefile?rev=699089&r1=699088&r2=699089&view=diff
==============================================================================
--- ode/trunk/Rakefile (original)
+++ ode/trunk/Rakefile Thu Sep 25 13:56:18 2008
@@ -365,7 +365,7 @@
   define "bpel-test" do
     compile.with projects("bpel-api", "bpel-compiler", "bpel-dao", "engine",
       "bpel-store", "utils", "il-common", "dao-jpa", "runtimes"),
-      DERBY, Java::JUnit::JUNIT_REQUIRES, JAVAX.persistence, OPENJPA, WSDL4J, 
JAVAX.transaction, 
+      DERBY, JUnit.dependencies, JAVAX.persistence, OPENJPA, WSDL4J, 
JAVAX.transaction, 
       COMMONS.lang, COMMONS.httpclient, COMMONS.codec
 
     test.with projects("jacob", "bpel-schemas", "bpel-scripts", 
"scheduler-simple", "runtimes"),


Reply via email to