aboutsummaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-24 21:07:40 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2023-01-25 10:48:48 +0100
commit04befe0c3a0440233de752b278a6a41324b7f519 (patch)
treeee6da9b03a764d1be9efafe46cff1e7576d63dee /application
parent0f01464aacb1396f53ab55cfeff7ad5240b8f161 (diff)
Ensure that we get latest 5.2.1 of core5.httpcore5 and core5.httpcore5-h2
Diffstat (limited to 'application')
-rw-r--r--application/pom.xml17
1 files changed, 4 insertions, 13 deletions
diff --git a/application/pom.xml b/application/pom.xml
index d404cb9bbf5..3c5d233edd0 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -91,24 +91,15 @@
<artifactId>xercesImpl</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <scope>test</scope>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-apache-http-client-bundle</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents.client5</groupId>
- <artifactId>httpclient5</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>