summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x')
-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>