summaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-06-22 16:51:03 +0200
committerGitHub <noreply@github.com>2021-06-22 16:51:03 +0200
commitf96b470b6c1370f7a96a34466451b9d7b75f1bfa (patch)
treef10d3b426c0b23604f284a42e725e16940ad54a5 /controller-api
parentf1e78ea463a78209abd0718e460ed4ec02b6f290 (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>