Use managed version of commons-codec 30/123630/1
authorliamfallon <liam.fallon@est.tech>
Tue, 7 Sep 2021 14:40:54 +0000 (15:40 +0100)
committerLiam Fallon <liam.fallon@est.tech>
Thu, 9 Sep 2021 15:20:25 +0000 (15:20 +0000)
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 <liam.fallon@est.tech>
(cherry picked from commit a45cf053402a862dbbb1b17cb4a1f974b1f53edc)

pom.xml

diff --git a/pom.xml b/pom.xml
index d370f4b..725086b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@
         <version.policy.common>1.8.2</version.policy.common>
         <version.policy.models>2.4.4</version.policy.models>
         <version.jgroups>4.1.5.Final</version.jgroups>
-        <version.commons-codec>20041127.091804</version.commons-codec>
         <version.caffeine>2.8.0</version.caffeine>
         <sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
     </properties>
                 <artifactId>jgroups</artifactId>
                 <version>${version.jgroups}</version>
             </dependency>
-            <dependency>
-                <groupId>commons-codec</groupId>
-                <artifactId>commons-codec</artifactId>
-                <version>${version.commons-codec}</version>
-            </dependency>
             <dependency>
                 <groupId>com.github.ben-manes.caffeine</groupId>
                 <artifactId>caffeine</artifactId>