summaryrefslogtreecommitdiffstats
path: root/java/sca/features
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 16:46:39 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 16:46:39 +0000
commitd3e4a0e00eea07246c593636d5228d75ddfc1900 (patch)
tree6439a74ce62e889720a96490ff252b482a87e43e /java/sca/features
parent0a586797410b094fd922bb0fcf425b747cdb5bca (diff)
Adding JSON Databinding and JSON-RPC Binding to proper feature pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821091 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/features')
-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>