summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/features
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-06 07:59:44 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-06 07:59:44 +0000
commit8cf3305a8fb42e1f78a9531656307dc6de987356 (patch)
treeff42cfc32fa406dd281c11aa1a4c7dae053e437b /sca-java-2.x/trunk/features
parent22239489fe6807120c4a7073bd8b6b72712138c2 (diff)
Add dependency of WSDL gen to core-runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/features')
-rw-r--r--sca-java-2.x/trunk/features/core-runtime/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/features/core-runtime/pom.xml b/sca-java-2.x/trunk/features/core-runtime/pom.xml
index 3be5c7c0f9..a0fc0f7c2f 100644
--- a/sca-java-2.x/trunk/features/core-runtime/pom.xml
+++ b/sca-java-2.x/trunk/features/core-runtime/pom.xml
@@ -54,6 +54,14 @@
<version>${pom.version}</version>
</dependency>
+ <!-- included because binding-ws-wsdlgen needs it -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
+ <!-- included as the runtime normalizes interfaces to WSDL -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-wsdlgen</artifactId>