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 --- jdisc-cloud-aws/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'jdisc-cloud-aws/pom.xml') diff --git a/jdisc-cloud-aws/pom.xml b/jdisc-cloud-aws/pom.xml index 9f4572736c8..0c89872aa46 100644 --- a/jdisc-cloud-aws/pom.xml +++ b/jdisc-cloud-aws/pom.xml @@ -23,9 +23,21 @@ ${project.version} provided + + com.yahoo.vespa + container-apache-http-client-bundle + ${project.version} + provided + com.amazonaws aws-java-sdk-core + + + org.apache.httpcomponents + httpclient + + com.amazonaws -- cgit v1.2.3