You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/07 21:50:32 UTC

svn commit: r1335215 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Author: olamy
Date: Mon May  7 19:50:32 2012
New Revision: 1335215

URL: http://svn.apache.org/viewvc?rev=1335215&view=rev
Log:
exclude old velocity lib

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=1335215&r1=1335214&r2=1335215&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Mon May  7 19:50:32 2012
@@ -141,6 +141,12 @@ under the License.
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-velocity</artifactId>
       <version>1.1.8</version>
+      <exclusions>
+        <exclusion>
+          <groupId>velocity</groupId>
+          <artifactId>velocity</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <!-- other -->