diff options
-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> |