diff --git a/spring-boot-cli/src/test/java/org/springframework/boot/cli/compiler/grape/AetherGrapeEngineTests.java b/spring-boot-cli/src/test/java/org/springframework/boot/cli/compiler/grape/AetherGrapeEngineTests.java index 94b9cf9e52..9e81108131 100644 --- a/spring-boot-cli/src/test/java/org/springframework/boot/cli/compiler/grape/AetherGrapeEngineTests.java +++ b/spring-boot-cli/src/test/java/org/springframework/boot/cli/compiler/grape/AetherGrapeEngineTests.java @@ -47,7 +47,7 @@ public class AetherGrapeEngineTests { this.grapeEngine.grab(args, createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE")); - assertEquals(6, this.groovyClassLoader.getURLs().length); + assertEquals(5, this.groovyClassLoader.getURLs().length); } @SuppressWarnings("unchecked") @@ -61,7 +61,7 @@ public class AetherGrapeEngineTests { createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE"), createDependency("org.springframework", "spring-beans", "3.2.4.RELEASE")); - assertEquals(4, this.groovyClassLoader.getURLs().length); + assertEquals(3, this.groovyClassLoader.getURLs().length); } @Test @@ -86,7 +86,7 @@ public class AetherGrapeEngineTests { createDependency("org.springframework", "spring-jdbc", "3.2.4.RELEASE")); assertEquals(0, this.groovyClassLoader.getURLs().length); - assertEquals(6, customClassLoader.getURLs().length); + assertEquals(5, customClassLoader.getURLs().length); } @Test diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 0e3735911b..de0c955cba 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -41,7 +41,7 @@ 1.7.5 1.13 0.7-groovy-2.0 - 4.0.0.RELEASE + 4.0.1.BUILD-SNAPSHOT 3.0.0.RELEASE 2.2.4.RELEASE 1.4.3.RELEASE