summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-03-18 03:00:18 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2011-03-18 03:00:18 +0000
commit0f30fc3fd36913f58c179176b55100623e4dadcb (patch)
treed24fcbceae37256772ba430dfa3bc79fffc2b5a9 /sca-java-2.x/trunk/testing/itest
parent5f649ff359e0c72935c5f55c999208b5e77508c7 (diff)
Fix the build error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1082808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest')
-rw-r--r--sca-java-2.x/trunk/testing/itest/spi/pom.xml13
1 files changed, 4 insertions, 9 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 840d6e6efe..ef14a8a305 100644
--- a/sca-java-2.x/trunk/testing/itest/spi/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/spi/pom.xml
@@ -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>