Use managed version of commons-codec 28/123928/2
authorliamfallon <liam.fallon@est.tech>
Tue, 7 Sep 2021 14:40:54 +0000 (15:40 +0100)
committerAjith Sreekumar <ajith.sreekumar@bell.ca>
Tue, 7 Sep 2021 14:55:56 +0000 (14:55 +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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 88572b1..8d3431e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@
         <version.policy.common>1.9.0-SNAPSHOT</version.policy.common>
         <version.policy.models>2.5.0-SNAPSHOT</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>