Browse Source

Polish

1.5.x
Andy Wilkinson 7 years ago
parent
commit
41a796010f
  1. 2
      spring-boot-cli/src/test/java/org/springframework/boot/cli/compiler/grape/AetherGrapeEngineTests.java

2
spring-boot-cli/src/test/java/org/springframework/boot/cli/compiler/grape/AetherGrapeEngineTests.java

@ -156,7 +156,7 @@ public class AetherGrapeEngineTests { @@ -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",

Loading…
Cancel
Save