diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml
index 1d789a4afe9..c8745d5a7a7 100644
--- a/spring-boot-cli/pom.xml
+++ b/spring-boot-cli/pom.xml
@@ -40,6 +40,12 @@
3.16.1-GA
test
+
+ commons-logging
+ commons-logging
+ 1.1.1
+ test
+
diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 18e2114a013..163a5ad82cf 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -215,6 +215,12 @@
org.springframework
spring-core
${spring.version}
+
+
+ commons-logging
+ commons-logging
+
+
org.springframework
@@ -247,6 +253,11 @@
spring-jms
${spring.version}
+
+ org.springframework
+ spring-message
+ ${spring.version}
+
org.springframework
spring-orm
diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml
index 046ce9b8744..27f566de243 100644
--- a/spring-boot-parent/pom.xml
+++ b/spring-boot-parent/pom.xml
@@ -33,7 +33,7 @@
-
net.sf.jopt-simple
@@ -163,6 +163,12 @@
org.springframework
spring-test
test
+
+
+ commons-logging
+ commons-logging
+
+
@@ -287,7 +293,7 @@
-
spring-snapshot-build
diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml
index fbcc755f832..20733e1abea 100644
--- a/spring-boot-starters/spring-boot-starter-parent/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml
@@ -99,6 +99,12 @@
org.springframework
spring-test
test
+
+
+ commons-logging
+ commons-logging
+
+
diff --git a/spring-boot-starters/src/main/parent/pom.xml b/spring-boot-starters/src/main/parent/pom.xml
index 1741297358a..d43013f34e8 100644
--- a/spring-boot-starters/src/main/parent/pom.xml
+++ b/spring-boot-starters/src/main/parent/pom.xml
@@ -99,6 +99,12 @@
org.springframework
spring-test
test
+
+
+ commons-logging
+ commons-logging
+
+
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index 24487cee38b..366a18db0e6 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -23,7 +23,21 @@
org.springframework
spring-context
+
+ org.slf4j
+ jcl-over-slf4j
+
+
+ org.slf4j
+ slf4j-api
+
+
+
+ org.slf4j
+ jul-to-slf4j
+ true
+
ch.qos.logback
logback-classic
@@ -60,18 +74,13 @@
true
- org.slf4j
- slf4j-api
- true
-
-
- org.slf4j
- jul-to-slf4j
+ org.springframework
+ spring-web
true
org.springframework
- spring-web
+ spring-webmvc
true
@@ -95,16 +104,6 @@
spring-test
test
-
- org.springframework
- spring-webmvc
- test
-
-
- org.slf4j
- jcl-over-slf4j
- test
-
org.slf4j
slf4j-jdk14