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/payment-bpel/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/payment-bpel/pom.xml')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml index 9723a152dd..1d062cd68d 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/payment-bpel/pom.xml @@ -37,6 +37,24 @@ </dependency> <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-node-impl</artifactId> <version>${tuscany.version}</version> |