summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-24 13:53:18 +0100
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-01-26 12:41:12 +0100
commit1559a76211fb5c485d41d185db0981da27dc1573 (patch)
treedf790a0381ec8119ac7fde344984a3c49737a6c3 /node-admin/pom.xml
parent473f22545ec17f8623e6047e7dcb33d3c6b36361 (diff)
Use container-apache-http-client-bundle
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 598e0233da0..90bb72efbcd 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -53,6 +53,12 @@
<artifactId>jackson-annotations</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>container-apache-http-client-bundle</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Compile -->
<dependency>
@@ -61,15 +67,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- </dependency>
- <dependency>
- <!-- TODO Use container-apache-http-client-bundle -->
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
- <dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<exclusions>