You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/03/31 09:40:34 UTC

svn commit: r929414 - /tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml

Author: antelder
Date: Wed Mar 31 07:40:34 2010
New Revision: 929414

URL: http://svn.apache.org/viewvc?rev=929414&view=rev
Log:
Remove duplicate dependency definition (Maven 3.0 complians about duplicates)

Modified:
    tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml?rev=929414&r1=929413&r2=929414&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/implementation-web-runtime/pom.xml Wed Mar 31 07:40:34 2010
@@ -78,13 +78,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-sca-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.8.1</version>