-
Constructors Constructor Description org.eclipse.aether.collection.UnsolvableVersionConflictException(Collection<? extends List<? extends DependencyNode>>) org.eclipse.aether.DefaultRepositorySystemSession() This way of creating session should be avoided, is in place just to offer backward binary compatibility with Resolver 1.x using code, but offers reduced functionality. UseRepositorySystem.createSessionBuilder()instead.org.eclipse.aether.metadata.DefaultMetadata(String, String, String, String, Metadata.Nature, File) org.eclipse.aether.repository.LocalRepository(String) UseLocalRepository(java.nio.file.Path)instead.org.eclipse.aether.transfer.ChecksumFailureException(String, String, String) UseChecksumFailureException.mismatch(String, String, String)or other suitable helper method instead.org.eclipse.aether.transfer.TransferResource(String, String, String, File, RequestTrace)