Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-11-29 14:21:45 +01:00
6 changed files with 6 additions and 6 deletions

View File

@@ -185,7 +185,7 @@ public class ModifiedClassPathRunner extends BlockJUnit4ClassRunner {
repositorySystem.newLocalRepositoryManager(session, localRepository));
CollectRequest collectRequest = new CollectRequest(null,
Arrays.asList(new RemoteRepository.Builder("central", "default",
"http://central.maven.org/maven2").build()));
"https://repo.maven.apache.org/maven2").build()));
collectRequest.setDependencies(createDependencies(coordinates));
DependencyRequest dependencyRequest = new DependencyRequest(collectRequest, null);