You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/02 18:46:39 UTC

svn commit: r821091 - /tuscany/java/sca/features/web20/pom.xml

Author: lresende
Date: Fri Oct  2 16:46:39 2009
New Revision: 821091

URL: http://svn.apache.org/viewvc?rev=821091&view=rev
Log:
Adding JSON Databinding and JSON-RPC Binding to proper feature pom.xml

Modified:
    tuscany/java/sca/features/web20/pom.xml

Modified: tuscany/java/sca/features/web20/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/features/web20/pom.xml?rev=821091&r1=821090&r2=821091&view=diff
==============================================================================
--- tuscany/java/sca/features/web20/pom.xml (original)
+++ tuscany/java/sca/features/web20/pom.xml Fri Oct  2 16:46:39 2009
@@ -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>