[MNG-5513] Restoring Maven 3.0.x style behavior

As it was importing org.sonatype.aether.impl and
sub packages, but since Aether move to Eclipse
the org.eclipse.aether.internal.impl is no longer
sub package of org.eclipse.aether.impl (but it
was in Sonatype Aether)
This commit is contained in:
Tamas Cservenak 2013-09-11 14:01:15 +02:00
parent 4a7b25c3dd
commit 97732f7ee7
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ public class DefaultClassRealmManager
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 );