diff options
-rw-r--r-- | branches/sca-java-1.x/modules/core/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/core/pom.xml b/branches/sca-java-1.x/modules/core/pom.xml index ca951a9ce9..a7e78c8ac7 100644 --- a/branches/sca-java-1.x/modules/core/pom.xml +++ b/branches/sca-java-1.x/modules/core/pom.xml @@ -77,6 +77,19 @@ <artifactId>cglib-nodep</artifactId> <version>2.2</version> </dependency> + + <dependency> + <groupId>javax.xml.ws</groupId> + <artifactId>jaxws-api</artifactId> + <version>2.1</version> + <exclusions> + <exclusion> + <groupId>javax.xml.soap</groupId> + <artifactId>saaj-api</artifactId> + </exclusion> + </exclusions> + </dependency> + </dependencies> |