diff options
Diffstat (limited to 'common-be/pom.xml')
-rw-r--r-- | common-be/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml index 452ff4b9a0..99c90842e3 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -30,6 +30,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> + <exclusion> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + </exclusion> </exclusions> </dependency> |