aboutsummaryrefslogtreecommitdiffstats
path: root/container-apache-http-client-bundle/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-apache-http-client-bundle/pom.xml')
-rw-r--r--container-apache-http-client-bundle/pom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/container-apache-http-client-bundle/pom.xml b/container-apache-http-client-bundle/pom.xml
index d2f70b91bb3..fa29043bf5f 100644
--- a/container-apache-http-client-bundle/pom.xml
+++ b/container-apache-http-client-bundle/pom.xml
@@ -43,17 +43,19 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
- <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <!-- Workaround for maven issue preventing correct version resolving for transitive dependencies in some cases -->
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
- <scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>