From da5bc06551aa52234807adbf348d0da674d3ac27 Mon Sep 17 00:00:00 2001 From: Ravi Geda Date: Fri, 4 May 2018 12:37:59 +0100 Subject: [PATCH] Add explicit dependency for logback-access Add explicit depedency on version 1.2.3 as 1.1.11 is being brought in otherwise Change-Id: Ie0d8f70c54132a187c5d1760734828b2b96d6410 Issue-ID: AAI-1118 Signed-off-by: Ravi Geda --- pom.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7f78398..c97cb4e 100644 --- a/pom.xml +++ b/pom.xml @@ -70,10 +70,10 @@ limitations under the License. org.springframework.boot spring-boot-starter - - ch.qos.logback - logback-classic - + + ch.qos.logback + logback-classic + @@ -105,6 +105,11 @@ limitations under the License. + + ch.qos.logback + logback-access + 1.2.3 + com.google.guava guava -- 2.16.6