Author: jdcasey Date: Mon Aug 18 20:25:13 2008 New Revision: 686949 URL: http://svn.apache.org/viewvc?rev=686949&view=rev Log: Remove aspectj dependency.
Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=686949&r1=686948&r2=686949&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Aug 18 20:25:13 2008 @@ -54,11 +54,6 @@ <dependencies> <dependency> - <groupId>aspectj</groupId> - <artifactId>aspectjrt</artifactId> - <version>1.5.3</version> - </dependency> - <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId> <version>1.0-alpha-10</version>