You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/31 18:29:58 UTC

svn commit: r799655 - /maven/components/trunk/maven-repository/pom.xml

Author: bentmann
Date: Fri Jul 31 16:29:58 2009
New Revision: 799655

URL: http://svn.apache.org/viewvc?rev=799655&view=rev
Log:
o Removed unused dependency (which currently invalidates the POM due to its missing version)

Modified:
    maven/components/trunk/maven-repository/pom.xml

Modified: maven/components/trunk/maven-repository/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-repository/pom.xml?rev=799655&r1=799654&r2=799655&view=diff
==============================================================================
--- maven/components/trunk/maven-repository/pom.xml (original)
+++ maven/components/trunk/maven-repository/pom.xml Fri Jul 31 16:29:58 2009
@@ -52,10 +52,6 @@
       <artifactId>wagon-file</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.jsecurity</groupId>
-      <artifactId>jsecurity</artifactId>
-    </dependency>
   </dependencies>
   <build>
     <plugins>