diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-19 09:58:57 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-19 09:58:57 +0000 |
commit | fbc0426ecc97bb64a0db5b2565395a800679ff0b (patch) | |
tree | 940259619a401849bbb806f415f872ed1ed0609f /sca-java-1.x/trunk/tutorials/travelsample/contributions/shoppingcart/pom.xml | |
parent | eab31f88e10a97c863c14eb9c18e9fe7e0ed096c (diff) |
Add jaxws-api and jaxb-api dependencies where needed to enable all modules to compile with JDK 5
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@911766 13f79535-47bb-0310-9956-ffa450edef68
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.xml | 12 |
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>
|