summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/store-webapp/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/store-webapp/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/store-webapp/pom.xml b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
index 9d5db0618f..abb5da5a06 100644
--- a/sca-java-2.x/trunk/samples/store-webapp/pom.xml
+++ b/sca-java-2.x/trunk/samples/store-webapp/pom.xml
@@ -85,6 +85,14 @@
<scope>runtime</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-http-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>