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/01 06:07:20 UTC

svn commit: r820530 - /tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml

Author: lresende
Date: Thu Oct  1 04:07:20 2009
New Revision: 820530

URL: http://svn.apache.org/viewvc?rev=820530&view=rev
Log:
Adding back JSON Databinding dependency

Modified:
    tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml

Modified: tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml?rev=820530&r1=820529&r2=820530&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/binding-jsonrpc-runtime/pom.xml Thu Oct  1 04:07:20 2009
@@ -54,11 +54,11 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>
         
-        <!-- dependency>
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-json</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency-->
+        </dependency>
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>