diff options
Diffstat (limited to 'common-be')
-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 d84eec5c0c..dc8509f8d4 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -39,6 +39,10 @@ <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </exclusion> + <exclusion> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </exclusion> </exclusions> </dependency> |