summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml
index f5e64b9dfd..d7c97af652 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml
@@ -49,6 +49,18 @@
</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>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>