summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-29 09:36:58 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-29 09:36:58 +0000
commitcc3eeedc0ede4752ddbccba3ba5ef41cc995b90e (patch)
tree66c4afa8862377dd92b71634fb37cf6f3059ac11 /sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml
parent7523f8ade2d7d5cf341428a748bbaf0b8117a292 (diff)
Add missing JAX-WS and/or JAXB dependencies to pom files (TUSCANY-3577)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@949363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml
index ca83354ce2..2e09d736d3 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/payment-python/pom.xml
@@ -31,6 +31,24 @@
<dependencies>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.1</version>
+ </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>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-script</artifactId>
<version>${tuscany.version}</version>