diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 14:59:02 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2008-07-03 14:59:02 +0000 |
commit | bba3304f3fa20b4323340ac6fc925434255b21f3 (patch) | |
tree | 10467c1535792746bafc9316327ce4b2999a6401 /java/sca/distribution/bundle | |
parent | 21f7f9608bfaf8117bcac8cc3e23d54fd91accd5 (diff) |
Merge TUSCANY-2419 chg from 1.3 brn to trunk
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673700 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/distribution/bundle')
-rw-r--r-- | java/sca/distribution/bundle/pom.xml | 10 |
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 --> |