Skip to content

Commit

Permalink
[MNG-4725] Extend core artifact filter to exclude Guice-based Plexus …
Browse files Browse the repository at this point in the history
…shim

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@963313 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bentmann committed Jul 12, 2010
1 parent 4bc3491 commit b66e581
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ public class DefaultArtifactFilterManager
artifacts.add( "org.codehaus.plexus:plexus-component-api" );
artifacts.add( "org.codehaus.plexus:plexus-container-default" );
artifacts.add( "plexus:plexus-container-default" );
artifacts.add( "org.sonatype.spice:spice-inject-plexus" );
artifacts.add( "org.apache.maven:maven-artifact" );
artifacts.add( "org.apache.maven:maven-artifact-manager" );
artifacts.add( "org.apache.maven:maven-compat" );
Expand Down

0 comments on commit b66e581

Please sign in to comment.