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 2010/12/01 12:14:33 UTC

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

Author: antelder
Date: Wed Dec  1 11:14:32 2010
New Revision: 1040950

URL: http://svn.apache.org/viewvc?rev=1040950&view=rev
Log:
Add tests dependency to see if that fixes the build problem on hudson solaris2

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml?rev=1040950&r1=1040949&r2=1040950&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml Wed Dec  1 11:14:32 2010
@@ -32,11 +32,11 @@
 
             <!-- This is only needed to get the module working in Eclipse which doesn't pick it up from the dependency plugin unpack -->
             <!-- The dependency plugin unpack is needed as presently the surefire plugin wont run tests in a dependency jar -->
-        <!-- dependency>
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-otests-sca-j-caa-tests</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency -->
+        </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>