summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-19 09:58:57 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-19 09:58:57 +0000
commitfbc0426ecc97bb64a0db5b2565395a800679ff0b (patch)
tree940259619a401849bbb806f415f872ed1ed0609f /sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
parenteab31f88e10a97c863c14eb9c18e9fe7e0ed096c (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/services/creditcard-payment-jaxws/pom.xml')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
index 11e52ba151..c95a32815a 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/creditcard-payment-jaxws/pom.xml
@@ -30,6 +30,18 @@
<dependencies>
<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>