From: liamfallon Date: Tue, 7 Sep 2021 14:40:54 +0000 (+0100) Subject: Use managed version of commons-codec X-Git-Tag: 2.5.5~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=37b3688238d1da059a3715b5a59074e014f7152e;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 (cherry picked from commit a45cf053402a862dbbb1b17cb4a1f974b1f53edc) --- diff --git a/pom.xml b/pom.xml index d370f4bdd..725086b95 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,6 @@ 1.8.2 2.4.4 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