diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-08-29 22:25:35 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-08-29 22:25:35 -0400 |
commit | 1a016e0bcfcfa4e8e4fb0d13e4c5dba43c31d66f (patch) | |
tree | da7425b83b28f20f3cb62e77680d5cf1a852f8a0 | |
parent | fa3931c478755f285ecd989ba99c0a29659a0b46 (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |