From ed513ee846818028342731de1f3b09bd0ce92f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Silva=20and=20Scott=20Andrews?= Date: Fri, 14 Jun 2013 15:20:42 +0100 Subject: [PATCH] Fix compile dependency on commons-logging --- .../pom.xml | 37 +++++++++++++++++++ .../spring-bootstrap-starter/pom.xml | 1 - 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/spring-bootstrap-samples/spring-bootstrap-actuator-ui-sample/pom.xml b/spring-bootstrap-samples/spring-bootstrap-actuator-ui-sample/pom.xml index 573615bcf8..753aa5b64b 100644 --- a/spring-bootstrap-samples/spring-bootstrap-actuator-ui-sample/pom.xml +++ b/spring-bootstrap-samples/spring-bootstrap-actuator-ui-sample/pom.xml @@ -61,5 +61,42 @@ maven-exec-plugin + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-dependency-plugin + + + [2.6,) + + + + copy-dependencies + + + + + + + + + + + + + diff --git a/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml index a4c23b17a0..13d31e6a94 100644 --- a/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml @@ -45,7 +45,6 @@ org.slf4j jcl-over-slf4j - runtime org.slf4j