summaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2023-01-24 18:58:58 +0100
committerGitHub <noreply@github.com>2023-01-24 18:58:58 +0100
commit1ef8e73ab5ef6ea72297bed35ecc1f0f0703c46f (patch)
treeab772b77fed05e050b16c471950a79896b0a294b /node-admin/pom.xml
parent4e54a8cf76b8b472b20645b7dd0a2036e5637e3d (diff)
Revert "Bjorncs/bundle cleanup [run-systemtest]" (#25713)
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 90bb72efbcd..598e0233da0 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -53,12 +53,6 @@
<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>
@@ -67,6 +61,15 @@
<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>