summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-06-22 21:36:13 +0200
committerGitHub <noreply@github.com>2021-06-22 21:36:13 +0200
commit71da30eb909cecf7c0a6cd158e25db2cad2085d7 (patch)
tree3801d3abbcbe3ae5497b3b21d18e0017e7cf1b6c /controller-api
parent923fa8c4de0e27cda81e9bf8b7ef3d0c916d1954 (diff)
Revert "Reapply "Use provided apache http client bundle from container" [run-systemtest]""
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/controller-api/pom.xml b/controller-api/pom.xml
index 02a7028b8ca..2f01f45edaa 100644
--- a/controller-api/pom.xml
+++ b/controller-api/pom.xml
@@ -27,13 +27,6 @@
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>container-apache-http-client-bundle</artifactId>
- <version>${project.version}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>serviceview</artifactId>
<scope>provided</scope>
<version>${project.version}</version>