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/10/14 11:02:23 UTC

svn commit: r1022429 - /tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml

Author: slaws
Date: Thu Oct 14 09:02:23 2010
New Revision: 1022429

URL: http://svn.apache.org/viewvc?rev=1022429&view=rev
Log:
remove unnecessary dependency

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml?rev=1022429&r1=1022428&r2=1022429&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/pom.xml Thu Oct 14 09:02:23 2010
@@ -29,15 +29,6 @@
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Running Tuscany Samples</name>
 
-    <dependencies>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <version>4.8.1</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
     <profiles>
         <profile>
             <id>default</id>
@@ -45,7 +36,6 @@
                 <activeByDefault>true</activeByDefault>
             </activation>
             <modules>
-
                 <!-- don't need to process these as they just contain README files
                 <module>command-line</module>
                 <module>maven</module>