summaryrefslogtreecommitdiffstats
path: root/vespaclient-container-plugin
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2021-06-22 18:49:22 +0200
committerGitHub <noreply@github.com>2021-06-22 18:49:22 +0200
commit923fa8c4de0e27cda81e9bf8b7ef3d0c916d1954 (patch)
tree564d99cc9c0e0aa86f297a464647406889abddfe /vespaclient-container-plugin
parente1bdcefa373fb2c39dfa4143105fdf9bd80636a6 (diff)
parentafdaaba2a9a6152540b50f2b483a7f908bf0d50e (diff)
Merge pull request #18369 from vespa-engine/revert-18367-revert-18366-bjorncs/reapply
Reapply "Use provided apache http client bundle from container" [run-systemtest]"
Diffstat (limited to 'vespaclient-container-plugin')
-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>