summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-01 11:14:32 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-12-01 11:14:32 +0000
commit3bdbdf7d81877bf0c34390938265a63a02d3af61 (patch)
treecd794913fe94cb716501b9a1bcd8733111c885cc /sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
parent396008440c7bcdb1cbb7a3c5d6270814dfb0e341 (diff)
Add tests dependency to see if that fixes the build problem on hudson solaris2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1040950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
index 14b3050ca8..bd84498a0c 100644
--- a/sca-java-2.x/trunk/testing/compliance-tests/java-caa/pom.xml
+++ b/sca-java-2.x/trunk/testing/compliance-tests/java-caa/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-sca-j-caa-tests</artifactId>
<version>2.0-SNAPSHOT</version>
- </dependency -->
+ </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>