mirror of https://github.com/apache/maven.git
[MNG-4756] Aether integration
o Completed core artifact filter git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@989966 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
66b0cd1d44
commit
15f0acf6b6
|
@ -81,6 +81,7 @@ public class DefaultArtifactFilterManager
|
|||
artifacts.add( "org.apache.maven.wagon:wagon-provider-api" );
|
||||
artifacts.add( "org.sonatype.aether:aether-api" );
|
||||
artifacts.add( "org.sonatype.aether:aether-spi" );
|
||||
artifacts.add( "org.sonatype.aether:aether-impl" );
|
||||
|
||||
/*
|
||||
* NOTE: Don't exclude the wagons or any of their dependencies (apart from the wagon API). This would otherwise
|
||||
|
|
Loading…
Reference in New Issue