diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.3/distribution/manifest/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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> |