From 453c1d94aeb0d047ae12f89be078bba55d7a2b0b Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 7 Oct 2021 17:09:43 +0200 Subject: Do not embed artifacts provided by Jdisc container - Reduces bundle size from 13.3 to 3.4 MB --- vespaclient-container-plugin/pom.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/vespaclient-container-plugin/pom.xml b/vespaclient-container-plugin/pom.xml index 535699ef6a4..ab3fef08e00 100644 --- a/vespaclient-container-plugin/pom.xml +++ b/vespaclient-container-plugin/pom.xml @@ -42,17 +42,34 @@ vespa-http-client ${project.version} + com.fasterxml.jackson.core - jackson-core + * - org.apache.httpcomponents - httpclient + com.fasterxml.jackson.datatype + * + + + com.fasterxml.jackson.module + * + + + com.google.guava + guava + + + com.yahoo.vespa + security-utils org.apache.httpcomponents - httpcore + * + + + org.bouncycastle + * -- cgit v1.2.3