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/28 05:57:04 UTC

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

Author: lresende
Date: Wed Apr 28 03:57:04 2010
New Revision: 938771

URL: http://svn.apache.org/viewvc?rev=938771&view=rev
Log:
Adding interface-java-jaxrs to web20 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=938771&r1=938770&r2=938771&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/features/web20/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/features/web20/pom.xml Wed Apr 28 03:57:04 2010
@@ -51,6 +51,13 @@
             <artifactId>tuscany-common-http</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
+
+        <!-- Interface models -->
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-interface-java-jaxrs</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>		
         
         <!-- Bindings -->
         <dependency>
@@ -82,6 +89,7 @@
             <artifactId>tuscany-binding-rss-runtime</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>                
+
         <!--Databindings -->
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>