From 73b9899708dde4a6f222e1706981ef3cebc3715a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 8 Jan 2014 13:14:54 +0000 Subject: [PATCH] Use a single element Previously, there were two elements in the CLI's pom.xml. With certain versions of Maven, this appeared to cause the first element to be ignored in favour of the second. The problem did not occur when built locally with Maven 3.1.1, but did occur when built by Bamboo which, I believe, uses 3.0.x This commit combines the two into one. --- spring-boot-cli/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index 9b3d2c7e15..3a0e8f114f 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -242,8 +242,6 @@ ${start-class} - - groovy.lang.GroovyClassLoader