summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/modules')
-rw-r--r--sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml b/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml
index d775dce47e..0085be26c3 100644
--- a/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml
+++ b/sca-java-1.x/trunk/modules/interface-java-jaxws/pom.xml
@@ -77,12 +77,22 @@
<artifactId>jsr250-api</artifactId>
<version>1.0</version>
</dependency>
-
<dependency>
<groupId>asm</groupId>
- <artifactId>asm-all</artifactId>
+ <artifactId>asm</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm-util</artifactId>
<version>3.1</version>
- <scope>compile</scope>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>asm</groupId>
+ <artifactId>asm-analysis</artifactId>
+ <version>3.1</version>
+ <scope>test</scope>
</dependency>
</dependencies>
@@ -172,7 +182,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
- <version>1.9</version>
+ <version>1.12</version>
<!-- Explicitly add the transitive dependencies for jaxws-api
http://jira.codehaus.org/browse/MEV-498
-->