summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 20:48:15 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-08-11 20:48:15 +0000
commit46c833c2132670f5edd1b9f18763252d189e7b7a (patch)
tree8777c20cb3a4e6961c632d26f1ad6161c60b3244
parentdccb1854e37de871fa794c0dbd1106b139e1f61d (diff)
TUSCANY-3166 - Adding interface wsdl dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@803289 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml b/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml
index ff95a4660f..d17470a17f 100644
--- a/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml
+++ b/branches/sca-java-1.x/modules/binding-atom-abdera/pom.xml
@@ -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>