From: liamfallon Date: Tue, 7 Sep 2021 14:40:54 +0000 (+0100) Subject: Use managed version of commons-codec X-Git-Tag: 2.6.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a45cf053402a862dbbb1b17cb4a1f974b1f53edc;p=policy%2Fapex-pdp.git Use managed version of commons-codec apex-pdp was using a very old version of commons-codec. This change enables it to use the version of commons-codec managed from policy parent. Issue-ID: POLICY-3590 Change-Id: Ic29e46b61107719df5aaad00ee923de056fe7bac Signed-off-by: liamfallon --- diff --git a/pom.xml b/pom.xml index 88572b16f..8d3431e09 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,6 @@ 1.9.0-SNAPSHOT 2.5.0-SNAPSHOT 4.1.5.Final - 20041127.091804 2.8.0 ${project.basedir}/target/code-coverage/lcov.info @@ -120,11 +119,6 @@ jgroups ${version.jgroups} - - commons-codec - commons-codec - ${version.commons-codec} - com.github.ben-manes.caffeine caffeine