This commit is contained in:
Andy Wilkinson 2019-06-14 14:12:04 +01:00
parent d8a4fff3a5
commit 41a796010f

View File

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