You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2012/05/01 12:59:18 UTC

svn commit: r1332615 - /tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml

Author: antelder
Date: Tue May  1 10:59:17 2012
New Revision: 1332615

URL: http://svn.apache.org/viewvc?rev=1332615&view=rev
Log:
include otests dependency so tests run in eclipse

Modified:
    tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml?rev=1332615&r1=1332614&r2=1332615&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-ci/pom.xml Tue May  1 10:59:17 2012
@@ -31,6 +31,12 @@
     <dependencies>
 
         <dependency>
+                   <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-otests-sca-j-ci-tests</artifactId>
+                   <version>2.0-SNAPSHOT</version>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-base-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>