summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-08-29 22:28:32 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-08-29 22:28:32 -0400
commit58052b99713452d4128651a9914f7f0e9d3b81a4 (patch)
treec36023fe90a2a25251c17868bcdb1bf34cf7798c
parent894990075ebcfad40ce940ba8307366738b22644 (diff)
Exclude vulnerable library - commons-codec
Issue-ID: LOG-1100 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I9ea37a1d2f3ade6a4b5f8e3d3d2314e2ac4ac9fb
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e15e84d..2243d87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,12 @@ limitations under the License.
<artifactId>wiremock</artifactId>
<version>2.18.0</version>
<scope>test</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>