summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x')
-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>