You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/12/23 15:42:20 UTC

svn commit: r1052291 - in /tuscany/sca-java-2.x/trunk/modules: deployment/pom.xml interface-wsdl/pom.xml

Author: slaws
Date: Thu Dec 23 14:42:20 2010
New Revision: 1052291

URL: http://svn.apache.org/viewvc?rev=1052291&view=rev
Log:
remove redundant dependencies 

Modified:
    tuscany/sca-java-2.x/trunk/modules/deployment/pom.xml
    tuscany/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/deployment/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/deployment/pom.xml?rev=1052291&r1=1052290&r2=1052291&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/deployment/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/deployment/pom.xml Thu Dec 23 14:42:20 2010
@@ -74,16 +74,7 @@
             <version>2.0-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
-               
-       <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-implementation-java</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency> 
-        
         
-              
     </dependencies>
 
 </project>

Modified: tuscany/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml?rev=1052291&r1=1052290&r2=1052291&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/interface-wsdl/pom.xml Thu Dec 23 14:42:20 2010
@@ -58,13 +58,7 @@
             <artifactId>tuscany-assembly-xml</artifactId>
             <version>2.0-SNAPSHOT</version>
         </dependency>
-        
-        <!-- dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-binding-sca-runtime</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>test</scope>
-        </dependency-->        
+              
 
     </dependencies>