Remove duplicate JreProxySelector

Since we upgraded Aether we now have the native JreProxySelector
available so we don't need to keep a copy ourselves.
This commit is contained in:
Dave Syer
2014-05-22 17:51:13 +01:00
parent e1a2968899
commit 1e6a4f3f65
3 changed files with 2 additions and 160 deletions

View File

@@ -24,6 +24,7 @@ import java.util.HashMap;
import java.util.Map;
import org.eclipse.aether.DefaultRepositorySystemSession;
import org.eclipse.aether.util.repository.JreProxySelector;
import org.junit.Test;
import org.springframework.boot.cli.compiler.DependencyResolutionContext;
import org.springframework.test.util.ReflectionTestUtils;