mirror of https://github.com/apache/maven.git
o don't ever let the components-api jar through as we have one jar now and this JAR causes CCE all over the place, this will p protect against it ever getting pulled in.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@561193 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
335a6fd250
commit
69a491ba0b
|
@ -59,6 +59,7 @@ public class DefaultArtifactFilterManager implements ArtifactFilterManager
|
|||
artifacts.add( "maven-reporting-api" );
|
||||
artifacts.add( "maven-repository-metadata" );
|
||||
artifacts.add( "maven-settings" );
|
||||
artifacts.add( "plexus-component-api" );
|
||||
artifacts.add( "plexus-container-default" );
|
||||
artifacts.add( "plexus-interactivity-api" );
|
||||
artifacts.add( "wagon-provider-api" );
|
||||
|
|
Loading…
Reference in New Issue