From: Ravi Geda Date: Fri, 4 May 2018 11:37:59 +0000 (+0100) Subject: Add explicit dependency for logback-access X-Git-Tag: 2.0.0-ONAP~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fgizmo.git;a=commitdiff_plain;h=da5bc06551aa52234807adbf348d0da674d3ac27 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 --- 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