diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-01 10:58:52 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2012-05-01 10:58:52 +0000 |
commit | 8661c0500cc78ba44dbced11ec291c2b579f4e1f (patch) | |
tree | 74caaac0c8681cd15470aa3e65e73b16ad4d6841 /sca-java-2.x/trunk/testing/compliance-tests | |
parent | d13465484db535e63f4042c156bdc5d01fe39635 (diff) |
include otests dependency so tests run in eclipse
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1332614 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/compliance-tests')
-rw-r--r-- | sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml index 2e0bd8e6a7..842ffaf82f 100644 --- a/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml +++ b/sca-java-2.x/trunk/testing/compliance-tests/policy/pom.xml @@ -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>
|