summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/unreleased
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-23 17:48:32 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2011-02-23 17:48:32 +0000
commit3dc51fcdd0f2263f915b82fa131c4e1d3a6ac25c (patch)
tree9187f79561cce016516249660ffec5b9bc427af8 /sca-java-2.x/trunk/unreleased
parent627292e3ae1c7fce61175f6182095947d03da92d (diff)
Add binding dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1073845 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/unreleased')
-rw-r--r--sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml b/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml
index f522ef10f7..25eb1d1a0f 100644
--- a/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml
+++ b/sca-java-2.x/trunk/unreleased/samples/helloworld-spring-web-contribution/pom.xml
@@ -117,6 +117,16 @@
<artifactId>tuscany-implementation-spring-runtime</artifactId>
<version>${tuscany.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-rest-runtime</artifactId>
+ <version>${tuscany.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-http-runtime</artifactId>
+ <version>${tuscany.version}</version>
+ </dependency>
</dependencies>
</plugin>
</plugins>