Author: rfeng
Date: Fri Mar 18 03:00:18 2011
New Revision: 1082808
URL: http://svn.apache.org/viewvc?rev=1082808&view=rev
Log:
Fix the build error
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=1082808&r1=1082807&r2=1082808&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 18 03:00:18
2011
@@ -54,24 +54,19 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks unless="maven.test.skip">
+ <target unless="maven.test.skip">
<property name="tuscany.version"
value="${project.version}" />
<property name="runtime_classpath"
refid="maven.runtime.classpath"/>
<ant antfile="./build.xml" target="run"/>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
- <artifactId>ant-apache-regexp</artifactId>
- <version>1.7.0</version>
- </dependency>
- <dependency>
- <groupId>jakarta-regexp</groupId>
- <artifactId>jakarta-regexp</artifactId>
- <version>1.4</version>
+ <artifactId>ant-nodeps</artifactId>
+ <version>1.8.1</version>
</dependency>
</dependencies>
</plugin>