From bad74d94474811a334c5d44bf2a1d03c147d30f3 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 15 Aug 2016 13:38:59 +0100 Subject: [PATCH] Remove spring-boot-test from dependencies It adds too much stuff to the application classpath so the groovy classloader cannot load spring-boot classes properly from the "grabbed" classpath. --- spring-cloud-cli-integration-tests/pom.xml | 11 ++++++----- .../spring-cloud-launcher-cli/pom.xml | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/spring-cloud-cli-integration-tests/pom.xml b/spring-cloud-cli-integration-tests/pom.xml index 94f9237..8001096 100644 --- a/spring-cloud-cli-integration-tests/pom.xml +++ b/spring-cloud-cli-integration-tests/pom.xml @@ -29,13 +29,14 @@ provided - org.springframework.boot - spring-boot-starter-logging - test + commons-logging + commons-logging + 1.2 + provided - org.springframework.boot - spring-boot-starter-test + junit + junit test diff --git a/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml b/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml index f29d8dc..732e12d 100644 --- a/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml +++ b/spring-cloud-launcher/spring-cloud-launcher-cli/pom.xml @@ -30,8 +30,8 @@ provided - org.springframework.boot - spring-boot-starter-test + junit + junit test