diff --git a/spring-bootstrap-actuator/pom.xml b/spring-bootstrap-actuator/pom.xml index e8b2143e49..de6e13db89 100644 --- a/spring-bootstrap-actuator/pom.xml +++ b/spring-bootstrap-actuator/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.bootstrap @@ -21,6 +22,12 @@ org.springframework spring-core + + + commons-logging + commons-logging + + org.springframework diff --git a/spring-bootstrap-starters/pom.xml b/spring-bootstrap-starters/pom.xml index c17292d63f..2106016e8a 100644 --- a/spring-bootstrap-starters/pom.xml +++ b/spring-bootstrap-starters/pom.xml @@ -59,6 +59,12 @@ org.springframework spring-test + + + commons-logging + commons-logging + + test diff --git a/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml index 63fb1d7fcf..1b5af27076 100644 --- a/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml +++ b/spring-bootstrap-starters/spring-bootstrap-starter/pom.xml @@ -17,6 +17,12 @@ org.springframework spring-core + + + commons-logging + commons-logging + + org.springframework @@ -35,6 +41,11 @@ spring-aop true + + org.slf4j + jcl-over-slf4j + runtime + org.slf4j slf4j-jdk14