From 497790571fed5c12997e7fd000358df6520dd13b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 2 Mar 2016 11:02:18 +0000 Subject: [PATCH] Add dependency management for logback-core Previously, only dependency management for logback-classic was provided. This meant that it was possible for logback-core, upon which logback-classic depends, to have a different version. This commit adds dependency management for logback-core, thereby ensuring that the two dependencies will have the same version. Closes gh-5304 --- spring-boot-dependencies/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 14a58548ed..a2e24b2c83 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -485,6 +485,11 @@ logback-classic ${logback.version} + + ch.qos.logback + logback-core + ${logback.version} + com.atomikos transactions-jdbc @@ -2235,4 +2240,4 @@ integration-test - \ No newline at end of file +