Polish
This commit is contained in:
parent
d8a4fff3a5
commit
41a796010f
|
@ -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…
Reference in New Issue