summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/pom.xml')
-rw-r--r--sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/pom.xml b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/pom.xml
index 1c9c2a0a33..acccd3a4c2 100644
--- a/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/pom.xml
+++ b/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/usingsca/pom.xml
@@ -36,6 +36,12 @@
</dependency>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.1</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
<version>${tuscany.version}</version>