summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store-webapp/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 17:18:04 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 17:18:04 +0000
commita25302a30a386b4578396db3d3d1dc880190183b (patch)
treeb341ae49534886aa25673e76359b50cb2fd8f288 /sca-java-2.x/trunk/samples/store-webapp/pom.xml
parent683ba0c7bcda83722e4d143487e90b3d728c73cd (diff)
progressing towards getting the store webapp going - after this commit you should expect to see "dojo is undefined" -- committing as this represents progress, but need to discuss current state on the list
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916355 13f79535-47bb-0310-9956-ffa450edef68
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>