aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-06-22 18:18:20 +0200
committerGitHub <noreply@github.com>2021-06-22 18:18:20 +0200
commitafdaaba2a9a6152540b50f2b483a7f908bf0d50e (patch)
tree564d99cc9c0e0aa86f297a464647406889abddfe /vespaclient-container-plugin/pom.xml
parente1bdcefa373fb2c39dfa4143105fdf9bd80636a6 (diff)
Revert "Revert "Reapply "Use provided apache http client bundle from container" [run-systemtest]""
Diffstat (limited to 'vespaclient-container-plugin/pom.xml')
-rw-r--r--vespaclient-container-plugin/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml
index 834c3d7c988..17443b11b6a 100644
--- a/vespaclient-container-plugin/pom.xml
+++ b/vespaclient-container-plugin/pom.xml
@@ -38,11 +38,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespa-http-client</artifactId>
<version>${project.version}</version>