You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/17 10:53:36 UTC

svn commit: r637807 - /maven/archiva/trunk/pom.xml

Author: brett
Date: Mon Mar 17 02:53:26 2008
New Revision: 637807

URL: http://svn.apache.org/viewvc?rev=637807&view=rev
Log:
not needed in every project

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?rev=637807&r1=637806&r2=637807&view=diff
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Mon Mar 17 02:53:26 2008
@@ -146,11 +146,6 @@
   </modules>
   <dependencies>
     <dependency>
-      <groupId>org.springframework</groupId>
-      <artifactId>spring-context</artifactId>
-      <scope>compile</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>