summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/implementation-widget/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-06-16 18:13:53 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2012-06-16 18:13:53 +0000
commit6eff900741dfdc75dd8e89485339b6193ab95fc4 (patch)
tree5257ede9cad8f28dde1a3ef2c55838152a54da10 /sca-java-2.x/trunk/modules/implementation-widget/pom.xml
parent48f6cf132487cf266b0f960bbd6cd07862757f3e (diff)
Refactoring widget uri to avoid conflict with sca component uri
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1350973 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/implementation-widget/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/implementation-widget/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/implementation-widget/pom.xml b/sca-java-2.x/trunk/modules/implementation-widget/pom.xml
index aafefaf25e..2f2c209c02 100644
--- a/sca-java-2.x/trunk/modules/implementation-widget/pom.xml
+++ b/sca-java-2.x/trunk/modules/implementation-widget/pom.xml
@@ -55,6 +55,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-http</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>