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 2010/04/25 19:51:32 UTC

svn commit: r937844 - /tuscany/sca-java-2.x/trunk/features/web20/pom.xml

Author: lresende
Date: Sun Apr 25 17:51:32 2010
New Revision: 937844

URL: http://svn.apache.org/viewvc?rev=937844&view=rev
Log:
Adding binding.rest to web2.0 feature

Modified:
    tuscany/sca-java-2.x/trunk/features/web20/pom.xml

Modified: tuscany/sca-java-2.x/trunk/features/web20/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/features/web20/pom.xml?rev=937844&r1=937843&r2=937844&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/web20/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/web20/pom.xml Sun Apr 25 17:51:32 2010
@@ -67,6 +67,12 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-rest-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>