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:50:42 UTC

svn commit: r937840 - in /tuscany/sca-java-2.x/trunk/modules: binding-http-runtime/pom.xml binding-http/pom.xml

Author: lresende
Date: Sun Apr 25 17:50:42 2010
New Revision: 937840

URL: http://svn.apache.org/viewvc?rev=937840&view=rev
Log:
Minor cleanup of unused/commented out dependencies

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
    tuscany/sca-java-2.x/trunk/modules/binding-http/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml?rev=937840&r1=937839&r2=937840&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml Sun Apr 25 17:50:42 2010
@@ -41,14 +41,6 @@
             <artifactId>tuscany-common-http</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
-
-        <!--
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-policy-security-http</artifactId>
-            <version>1.6-SNAPSHOT</version>
-        </dependency>
-        -->
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
@@ -82,15 +74,6 @@
             <version>2.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-
-        <!--
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-resource-runtime</artifactId>
-            <version>1.6-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency>
-        -->
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>

Modified: tuscany/sca-java-2.x/trunk/modules/binding-http/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-http/pom.xml?rev=937840&r1=937839&r2=937840&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-http/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-http/pom.xml Sun Apr 25 17:50:42 2010
@@ -35,14 +35,6 @@
             <artifactId>tuscany-assembly-xml</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
-
-        <!--
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-data-api</artifactId>
-            <version>1.6-SNAPSHOT</version>
-        </dependency>
-        -->
         
         <dependency>
             <groupId>javax.servlet</groupId>