From a181d8d9de3f4e73daab9ee0d62fd25f094fce2f Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 16 Jun 2021 16:59:40 +0200 Subject: Use provided apache http client bundle from container --- node-admin/pom.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'node-admin') diff --git a/node-admin/pom.xml b/node-admin/pom.xml index 52873501744..5d3bdb6207c 100644 --- a/node-admin/pom.xml +++ b/node-admin/pom.xml @@ -19,6 +19,12 @@ + + com.yahoo.vespa + container-apache-http-client-bundle + ${project.version} + provided + com.yahoo.vespa docker-api @@ -67,16 +73,6 @@ ${project.version} compile - - org.apache.httpcomponents - httpcore - compile - - - org.apache.httpcomponents - httpclient - compile - org.apache.velocity velocity -- cgit v1.2.3