You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-commits@incubator.apache.org by lc...@apache.org on 2011/12/20 09:00:42 UTC

svn commit: r1221150 - /incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml

Author: lcorneliussen
Date: Tue Dec 20 09:00:42 2011
New Revision: 1221150

URL: http://svn.apache.org/viewvc?rev=1221150&view=rev
Log:
Removed unecessary dependency

Modified:
    incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml

Modified: incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml
URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml?rev=1221150&r1=1221149&r2=1221150&view=diff
==============================================================================
--- incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml (original)
+++ incubator/npanday/trunk/plugins/maven-ilmerge-plugin/pom.xml Tue Dec 20 09:00:42 2011
@@ -29,11 +29,4 @@ under the License.
   <packaging>maven-plugin</packaging>  
   <name>NPanday :: ILMerge Maven Plugin</name>  
   <description>Maven Plugin for .NET: Merges assemblies</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>${plexus.utils.version}</version>
-    </dependency>
-  </dependencies>
 </project>