I'm reverting this as per Benjamin: the change to the artifact filter is an optimization to avoid downloading needless artifacts, but for cases of uber JARs or other stuff pulling in those packages, the class realm manager's imports are crucial

This commit is contained in:
Jason van Zyl 2013-09-17 10:22:35 -04:00
parent c61c387cf6
commit b7e3ce220c
1 changed files with 1 additions and 0 deletions

View File

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