From da36b1957fad0b49ba53de7c35b859a3b55bc501 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 2 Jun 2022 16:11:32 +0200 Subject: Don't provide Jetty bundles from 'container' artifact Add dependency on 'jetty-http' with scope test instead of adding false dependencies with 'container-test'. --- metrics-proxy/pom.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'metrics-proxy') diff --git a/metrics-proxy/pom.xml b/metrics-proxy/pom.xml index 76f7e92ad43..b68b329b603 100644 --- a/metrics-proxy/pom.xml +++ b/metrics-proxy/pom.xml @@ -143,9 +143,11 @@ test + org.eclipse.jetty jetty-http test + ${jetty.version} -- cgit v1.2.3