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:44:14 UTC

svn commit: r929415 - /tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service/pom.xml

Author: antelder
Date: Wed Mar 31 07:44:14 2010
New Revision: 929415

URL: http://svn.apache.org/viewvc?rev=929415&view=rev
Log:
Remove duplicate dependecy definition (Maven 3 complains about duplicates)

Modified:
    tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service/pom.xml?rev=929415&r1=929414&r2=929415&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service/pom.xml Wed Mar 31 07:44:14 2010
@@ -38,12 +38,6 @@
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-api</artifactId>
             <version>2.0-SNAPSHOT</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-sca-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 </project>