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 0a57575916..74321488a1 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -32,6 +32,10 @@ <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + </exclusion> </exclusions> </dependency> <dependency> |