summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3/distribution/bundle
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 14:53:26 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-03 14:53:26 +0000
commit21f7f9608bfaf8117bcac8cc3e23d54fd91accd5 (patch)
tree758ca64c20ffd6e14c77a6d33009e67cdbb4e75d /branches/sca-java-1.3/distribution/bundle
parentbf5312c60f4ffc0a3b83cd9c63831e96eccd147f (diff)
TUSCANY-2419, fix samples/helloworld-bpel fails to run and compile by adding wsdl to distro
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@673698 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.3/distribution/bundle')
-rw-r--r--branches/sca-java-1.3/distribution/bundle/pom.xml11
1 files changed, 11 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>