summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-10 09:11:35 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-10 09:11:35 +0000
commit9ec370cfd3e69162851a38c9abd248a02e8378eb (patch)
treebcca60b5aa6aa4f0093b49dd18a3fc9f7a786d77 /sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/pom.xml
parent01c85123402a1c9e7a0c777657fd46845c859d6d (diff)
TUSCANY-3707: Use a local copy of the Tuscany home page so tests work without an internet connection
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1006259 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/pom.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/pom.xml
index 1f46eae98f..15912a3970 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/itest/databindings/jaxb-top-down/pom.xml
@@ -145,7 +145,20 @@
</dependency>
<!-- End of addition -->
-
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-resource-runtime</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-http-runtime</artifactId>
+ <version>1.6.1-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
</dependencies>
<build>