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, 8 insertions, 0 deletions
diff --git a/container-apache-http-client-bundle/pom.xml b/container-apache-http-client-bundle/pom.xml
index 69ee2993798..979a7c21699 100644
--- a/container-apache-http-client-bundle/pom.xml
+++ b/container-apache-http-client-bundle/pom.xml
@@ -34,6 +34,14 @@
<artifactId>commons-codec</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.httpcomponents.core5</groupId>
+ <artifactId>httpcore5</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents.core5</groupId>
+ <artifactId>httpcore5-h2</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<exclusions>