mirror of https://github.com/apache/maven.git
[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:
parent
4a7b25c3dd
commit
97732f7ee7
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue