summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/modules/binding-ws/pom.xml31
1 files changed, 30 insertions, 1 deletions
diff --git a/java/sca/modules/binding-ws/pom.xml b/java/sca/modules/binding-ws/pom.xml
index 21426cd323..8e90d6ed50 100644
--- a/java/sca/modules/binding-ws/pom.xml
+++ b/java/sca/modules/binding-ws/pom.xml
@@ -29,9 +29,16 @@
<name>Apache Tuscany SCA WS Binding Model</name>
<dependencies>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-contribution</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-assembly</artifactId>
+ <artifactId>tuscany-assembly-xml</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -46,6 +53,28 @@
<artifactId>wsdl4j</artifactId>
<version>1.6.2</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-builder</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-core</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-sca-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<repositories>