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:58:52 UTC

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

Author: antelder
Date: Tue May  1 10:58:52 2012
New Revision: 1332614

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

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

Modified: tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml?rev=1332614&r1=1332613&r2=1332614&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml Tue May  1 10:58:52 2012
@@ -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-policy-tests</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency -->
+        </dependency>
 
        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>