summaryrefslogtreecommitdiffstats
path: root/java/sca/features/web20/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/features/web20/pom.xml')
-rw-r--r--java/sca/features/web20/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/java/sca/features/web20/pom.xml b/java/sca/features/web20/pom.xml
index be1b905ec5..db5b5fdb19 100644
--- a/java/sca/features/web20/pom.xml
+++ b/java/sca/features/web20/pom.xml
@@ -48,15 +48,22 @@
<!-- Bindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-atom-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <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-binding-jsonrpc-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
-
+
<!--Databindings -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>