Author: kenney Date: Fri Dec 22 06:58:02 2006 New Revision: 489668 URL: http://svn.apache.org/viewvc?view=rev&rev=489668 Log: updated plexus-velocity from 1.1.2 to 1.1.3: 1.1.2 defined a dep on plexus:plexus-utils, conflicting with o.c.p:plexus-utils. (I could've added an exclude but since a newer bugfix release has been made I chose to update the dep).
Added a dependency to p-u 1.1 to force usage of p-u 1.1. Maven-invoker 2.0.5 uses p-u 1.0.4 which breaks maven-build-tool's BuildTool.startInvoker (called from ProjectTool called from PluginTestTool called from the unit test). See MNG-1577 for reason to use an explicit dependency instead of depMgt. Modified: maven/sandbox/plugins/maven-plug-it-plugin/pom.xml Modified: maven/sandbox/plugins/maven-plug-it-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-plug-it-plugin/pom.xml?view=diff&rev=489668&r1=489667&r2=489668 ============================================================================== --- maven/sandbox/plugins/maven-plug-it-plugin/pom.xml (original) +++ maven/sandbox/plugins/maven-plug-it-plugin/pom.xml Fri Dec 22 06:58:02 2006 @@ -20,6 +20,11 @@ <dependencies> <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> + <version>1.1</version> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>2.0.4</version> @@ -42,7 +47,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-velocity</artifactId> - <version>1.1.2</version> + <version>1.1.3</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>