summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3/distribution/bundle/pom.xml11
-rw-r--r--branches/sca-java-1.3/distribution/manifest/pom.xml5
2 files changed, 16 insertions, 0 deletions
diff --git a/branches/sca-java-1.3/distribution/bundle/pom.xml b/branches/sca-java-1.3/distribution/bundle/pom.xml
index 4c551eafb6..fa6e8d7bfd 100644
--- a/branches/sca-java-1.3/distribution/bundle/pom.xml
+++ b/branches/sca-java-1.3/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>
@@ -452,6 +457,12 @@
</dependency>
<dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-wsdl2java</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.tuscany.sdo</groupId>
<artifactId>tuscany-sdo-impl</artifactId>
<version>1.1-incubating</version>
diff --git a/branches/sca-java-1.3/distribution/manifest/pom.xml b/branches/sca-java-1.3/distribution/manifest/pom.xml
index ee1061f8a2..90c629eeca 100644
--- a/branches/sca-java-1.3/distribution/manifest/pom.xml
+++ b/branches/sca-java-1.3/distribution/manifest/pom.xml
@@ -247,6 +247,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>