Author: antelder
Date: Fri Mar 11 15:22:33 2011
New Revision: 1080603
URL: http://svn.apache.org/viewvc?rev=1080603&view=rev
Log:
TUSCANY-3846: Apply patch from Anuj B to fix build fails with maven 3.0 with
incorrect dependency scope error message
Modified:
tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml
Modified: tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml?rev=1080603&r1=1080602&r2=1080603&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/spi/pom.xml Fri Mar 11 15:22:33
2011
@@ -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>