| Class and Description |
|---|
| org.eclipse.aether.impl.AetherModule
Use
AetherModule instead. |
| org.eclipse.aether.util.StringUtils |
| Method and Description |
|---|
| org.eclipse.aether.util.repository.DefaultMirrorSelector.add(String, String, String, boolean, String, String) |
| org.eclipse.aether.util.StringUtils.isEmpty(String)
use
org.apache.commons.lang3.StringUtils.isEmpty() instead |
| org.eclipse.aether.internal.impl.DefaultRepositorySystem.setLoggerFactory(LoggerFactory)
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility
|
| org.eclipse.aether.internal.impl.DefaultArtifactResolver.setLoggerFactory(LoggerFactory)
not used any more since MRESOLVER-36 move to slf4j, added back in MRESOLVER-64 for compatibility
|
| Constructor and Description |
|---|
| org.eclipse.aether.transfer.TransferResource(String, String, File, RequestTrace) |
Copyright © 2010–2021 The Apache Software Foundation. All rights reserved.