1.5.x
Andy Wilkinson 6 years ago
parent d8a4fff3a5
commit 41a796010f

@ -156,7 +156,7 @@ public class AetherGrapeEngineTests {
@Test @Test
public void resolutionWithCustomResolver() { public void resolutionWithCustomResolver() {
Map<String, Object> args = new HashMap<>(); Map<String, Object> args = new HashMap<String, Object>();
AetherGrapeEngine grapeEngine = createGrapeEngine(); AetherGrapeEngine grapeEngine = createGrapeEngine();
grapeEngine.addResolver(createResolver("spring-releases", "https://repo.spring.io/release")); grapeEngine.addResolver(createResolver("spring-releases", "https://repo.spring.io/release"));
Map<String, Object> dependency = createDependency("io.spring.docresources", "spring-doc-resources", Map<String, Object> dependency = createDependency("io.spring.docresources", "spring-doc-resources",

Loading…
Cancel
Save