Author: antelder
Date: Wed Mar 31 07:45:05 2010
New Revision: 929417

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

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

Modified: 
tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-and-client/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-and-client/pom.xml?rev=929417&r1=929416&r2=929417&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-and-client/pom.xml 
(original)
+++ 
tuscany/sca-java-2.x/trunk/itest/nodes/helloworld-service-and-client/pom.xml 
Wed Mar 31 07:45:05 2010
@@ -35,10 +35,5 @@
             <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>


Reply via email to