MNG-5513: Artifact filtering not updated for Eclipse Aether filtering

Also, please note that org.eclipse.aether.internal.impl should be imported into plugin realms, thereby restoring Maven 3.0.x style behavior which imports org.sonatype.aether.impl and sub packages (especially o.s.a.impl.internal which after the move to Eclipse is no longer a sub package of o.e.a.impl)  according to Benjamin (thanks!)
This commit is contained in:
Jason van Zyl 2013-09-17 00:09:54 -04:00
parent 0194cd61c8
commit c61c387cf6
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ private void importMavenApi( Map<String, ClassLoader> imports )
imports.put( "org.eclipse.aether.deployment", coreRealm );
imports.put( "org.eclipse.aether.graph", coreRealm );
imports.put( "org.eclipse.aether.impl", coreRealm );
imports.put( "org.eclipse.aether.internal.impl", coreRealm );
imports.put( "org.eclipse.aether.installation", coreRealm );
imports.put( "org.eclipse.aether.metadata", coreRealm );
imports.put( "org.eclipse.aether.repository", coreRealm );