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/16 20:00:36 UTC

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

Author: lresende
Date: Fri Apr 16 18:00:36 2010
New Revision: 935012

URL: http://svn.apache.org/viewvc?rev=935012&view=rev
Log:
Adding binding.rss to Web 2.0 features

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=935012&r1=935011&r2=935012&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/web20/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/web20/pom.xml Fri Apr 16 18:00:36 2010
@@ -70,7 +70,12 @@
             <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
-                
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-rss-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>                
         <!--Databindings -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>