diff options
author | Prudence Au <prudence.au@amdocs.com> | 2019-08-29 22:28:32 -0400 |
---|---|---|
committer | Prudence Au <prudence.au@amdocs.com> | 2019-08-29 22:28:32 -0400 |
commit | 58052b99713452d4128651a9914f7f0e9d3b81a4 (patch) | |
tree | c36023fe90a2a25251c17868bcdb1bf34cf7798c | |
parent | 894990075ebcfad40ce940ba8307366738b22644 (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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |