summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/bundle/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/distribution/bundle/pom.xml')
-rw-r--r--java/sca/distribution/bundle/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/java/sca/distribution/bundle/pom.xml b/java/sca/distribution/bundle/pom.xml
index 8c373e7f97..ffbe0bbc93 100644
--- a/java/sca/distribution/bundle/pom.xml
+++ b/java/sca/distribution/bundle/pom.xml
@@ -160,6 +160,11 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-ws-wsdlgen</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-contribution</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -450,6 +455,11 @@
<artifactId>tuscany-sca-api</artifactId>
<version>${pom.version}</version>
</dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-wsdl2java</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
<!-- dependencies to keep in the shaded pom.xml -->