summaryrefslogtreecommitdiffstats
path: root/java/sca/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-06 04:57:16 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-06 04:57:16 +0000
commitd511cf22fc1def4c3aca03fe885bf8419bd40051 (patch)
treed77e58bb542f21c33508916e711ac39a50534de7 /java/sca/pom.xml
parent3e29076b986a6445bc9e4b6355141c33b8b08154 (diff)
Update the surefire and ant-run plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@741410 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/pom.xml26
1 files changed, 5 insertions, 21 deletions
diff --git a/java/sca/pom.xml b/java/sca/pom.xml
index dcfbafa4f0..dc3e778f5e 100644
--- a/java/sca/pom.xml
+++ b/java/sca/pom.xml
@@ -196,6 +196,7 @@
<id>setup</id>
<modules>
<module>tools/maven/maven-eclipse-compiler</module>
+ <module>tools/maven/maven-bundle-plugin</module>
</modules>
</profile>
@@ -454,7 +455,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.3.1</version>
+ <version>2.4.3</version>
<configuration>
<includes>
<include>**/*TestCase.java</include>
@@ -500,30 +501,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.1</version>
+ <version>1.3</version>
<dependencies>
<dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.6.5</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant-trax</artifactId>
- <version>1.6.5</version>
- <exclusions>
- <exclusion>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-trax</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.7.1</version>
</dependency>
</dependencies>
</plugin>