Author: slaws
Date: Wed Oct 6 07:59:44 2010
New Revision: 1004920
URL: http://svn.apache.org/viewvc?rev=1004920&view=rev
Log:
Add dependency of WSDL gen to core-runtime
Modified:
tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml
Modified: tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml?rev=1004920&r1=1004919&r2=1004920&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/core-runtime/pom.xml Wed Oct 6
07:59:44 2010
@@ -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>