summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>