From: Jim Hahn Date: Fri, 8 Jun 2018 19:48:52 +0000 (-0400) Subject: Enforce logback version X-Git-Tag: 1.3.0~76^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=commitdiff_plain;h=c162c37253fd865b4cdf9cbe290d141643789858 Enforce logback version Some of the projects are being built with logback version, 1.1.3, which does not support the SizeAndTimeBasedRollingPolicy appender. Updated the offending pom.xml to force it to use logback 1.2.3 instead. Change-Id: I3277b28133498f4ad9fbc3ed8b3e9e7e9519bbeb Issue-ID: POLICY-785 Signed-off-by: Jim Hahn --- diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 9f7d8e661..9af91f0f6 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -71,11 +71,17 @@ 2.1.0 4.2.0.RELEASE 4.3.11.Final + 1.2.3 true false **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/* + + ch.qos.logback + logback-classic + ${logback.version} + com.h2database h2