You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/08/11 22:48:15 UTC

svn commit: r803289 - /tuscany/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml

Author: lresende
Date: Tue Aug 11 20:48:15 2009
New Revision: 803289

URL: http://svn.apache.org/viewvc?rev=803289&view=rev
Log:
TUSCANY-3166 - Adding interface wsdl dependency

Modified:
    tuscany/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml?rev=803289&r1=803288&r2=803289&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml Tue Aug 11 20:48:15 2009
@@ -47,6 +47,12 @@
             <artifactId>tuscany-interface-java</artifactId>
             <version>1.6-SNAPSHOT</version>
         </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-interface-wsdl</artifactId>
+            <version>1.6-SNAPSHOT</version>
+        </dependency>        
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>