Author: brett Date: Thu Sep 15 22:26:15 2005 New Revision: 289383 URL: http://svn.apache.org/viewcvs?rev=289383&view=rev Log: exclude old version of plexus-utils
Modified: maven/components/tags/maven-2.0-beta-1/maven-plugin-tools/maven-plugin-tools-marmalade/pom.xml Modified: maven/components/tags/maven-2.0-beta-1/maven-plugin-tools/maven-plugin-tools-marmalade/pom.xml URL: http://svn.apache.org/viewcvs/maven/components/tags/maven-2.0-beta-1/maven-plugin-tools/maven-plugin-tools-marmalade/pom.xml?rev=289383&r1=289382&r2=289383&view=diff ============================================================================== --- maven/components/tags/maven-2.0-beta-1/maven-plugin-tools/maven-plugin-tools-marmalade/pom.xml (original) +++ maven/components/tags/maven-2.0-beta-1/maven-plugin-tools/maven-plugin-tools-marmalade/pom.xml Thu Sep 15 22:26:15 2005 @@ -23,6 +23,13 @@ <groupId>marmalade</groupId> <artifactId>marmalade-core</artifactId> <version>1.0-alpha-4</version> + <!-- Uses an old, incompatible version (unfortunately it is the nearest definition) --> + <exclusions> + <exclusion> + <groupId>plexus</groupId> + <artifactId>plexus-utils</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.maven</groupId> @@ -30,4 +37,4 @@ <version>2.0-beta-1</version> </dependency> </dependencies> -</project> \ No newline at end of file +</project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]