diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-10 10:56:39 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-10 10:56:39 +0000 |
commit | e4e9740d12af981f8acd4869af46cf37a2196376 (patch) | |
tree | c24bf7eca0775e70601faa0ad54d1d8119a54c66 /sca-java-1.x/branches/sca-java-1.6.1/itest/atom | |
parent | 49a45a18e005bac8389fe88c8f10b4717fa9d62e (diff) |
TUSCANY-3706: Add jaxws-api dependencies to jaxws-maven-plugin configuration
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1006270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/itest/atom')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/itest/atom/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/atom/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/atom/pom.xml index 5993835365..9484f522c2 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/itest/atom/pom.xml +++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/atom/pom.xml @@ -165,6 +165,14 @@ <artifactId>jsr250-api</artifactId> <version>1.0</version> </dependency> + <!-- Add javax.xml.ws.soap.Addressing in case the build is using + the bad version of jaxws-api with this class missing + --> + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jaxws_2.1_spec</artifactId> + <version>1.0</version> + </dependency> </dependencies> <executions> <execution> |