summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/features/web20/pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/java/sca/features/web20/pom.xml b/java/sca/features/web20/pom.xml
index 2afbe34fb4..be1b905ec5 100644
--- a/java/sca/features/web20/pom.xml
+++ b/java/sca/features/web20/pom.xml
@@ -51,7 +51,19 @@
<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>
+ <artifactId>tuscany-databinding-json</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<!-- Hosts -->
<dependency>
<groupId>org.apache.tuscany.sca</groupId>