summaryrefslogtreecommitdiffstats
path: root/java/sca/pom.xml
diff options
context:
space:
mode:
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>