aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-09-07 15:40:54 +0100
committerLiam Fallon <liam.fallon@est.tech>2021-09-09 15:20:25 +0000
commit37b3688238d1da059a3715b5a59074e014f7152e (patch)
tree094f45174b8319b79e83280595e600032692b08a
parent90046a1dc098e33c780fe401ced5b0920082b41c (diff)
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 <liam.fallon@est.tech> (cherry picked from commit a45cf053402a862dbbb1b17cb4a1f974b1f53edc)
-rw-r--r--pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index d370f4bdd..725086b95 100644
--- 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>
@@ -121,11 +120,6 @@
<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>
<version>${version.caffeine}</version>