summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-08-29 22:25:35 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-08-29 22:25:35 -0400
commit1a016e0bcfcfa4e8e4fb0d13e4c5dba43c31d66f (patch)
treeda7425b83b28f20f3cb62e77680d5cf1a852f8a0
parentfa3931c478755f285ecd989ba99c0a29659a0b46 (diff)
Exclude vulnerable library commons-codec
Issue-ID: LOG-1100 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I1567da59d20a96e9c27de0255b153203bbcdec50
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 56e177e..2c0a474 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,12 @@
<groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
<artifactId>dmaapClient</artifactId>
<version>${dmaap.client.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>