summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/itest/wsdlless
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/itest/wsdlless')
-rw-r--r--sca-java-1.x/trunk/itest/wsdlless/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/itest/wsdlless/pom.xml b/sca-java-1.x/trunk/itest/wsdlless/pom.xml
index a4248bad76..cddf93f701 100644
--- a/sca-java-1.x/trunk/itest/wsdlless/pom.xml
+++ b/sca-java-1.x/trunk/itest/wsdlless/pom.xml
@@ -98,6 +98,16 @@
<scope>compile</scope>
</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>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>