summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-11 15:22:33 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-03-11 15:22:33 +0000
commit6ecf9ca142893fe27ae9a2e269f7dff73fb6d7c6 (patch)
tree7676f6eba25344a1de52886b0e03d8d83f37de43 /sca-java-2.x/trunk/testing/itest
parent838f599efad355283e96e4bb58b1aeacae823fd0 (diff)
TUSCANY-3846: Apply patch from Anuj B to fix build fails with maven 3.0 with incorrect dependency scope error message
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1080603 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/spi/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/spi/pom.xml b/sca-java-2.x/trunk/testing/itest/spi/pom.xml
index 73d33aa041..840d6e6efe 100644
--- a/sca-java-2.x/trunk/testing/itest/spi/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/spi/pom.xml
@@ -67,13 +67,11 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.7.0</version>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta-regexp</groupId>
<artifactId>jakarta-regexp</artifactId>
<version>1.4</version>
- <scope>test</scope>
</dependency>
</dependencies>
</plugin>