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/08 08:07:58 UTC

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

Author: lresende
Date: Thu Oct  8 06:07:58 2009
New Revision: 823052

URL: http://svn.apache.org/viewvc?rev=823052&view=rev
Log:
Adding Atom 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=823052&r1=823051&r2=823052&view=diff
==============================================================================
--- tuscany/java/sca/features/web20/pom.xml (original)
+++ tuscany/java/sca/features/web20/pom.xml Thu Oct  8 06:07:58 2009
@@ -48,15 +48,22 @@
         <!-- Bindings -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-binding-atom-runtime</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <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>