summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-07 08:21:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-07 08:21:30 +0000
commitf3fe00224b3084e9bd9c8dc6877612e4a3df95d1 (patch)
tree8816725f8b19b09d4f675b3c48b94a4cef286d0f /sca-java-2.x/trunk/modules
parent8a21fca095cf96601db69cb719e7f94b73bc7744 (diff)
Add http binding runtime dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@993273 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r--sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
index b7c8a11e26..e541356906 100644
--- a/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-jsonp-runtime/pom.xml
@@ -38,6 +38,12 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-http-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-http</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>