diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 7132bd99a0a..1c6924ed5fb 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1048,6 +1048,12 @@ net.sourceforge.htmlunit htmlunit ${htmlunit.version} + + + commons-logging + commons-logging + + net.sourceforge.jtds diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index cc354cab136..2047d88ad3f 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -151,6 +151,29 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-rules + + enforce + + + + + + commons-logging:*:* + + true + + + true + + + +