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'. --- container-search/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'container-search/pom.xml') diff --git a/container-search/pom.xml b/container-search/pom.xml index d410eb1c2c6..096a49df3a1 100644 --- a/container-search/pom.xml +++ b/container-search/pom.xml @@ -156,6 +156,13 @@ assertj-core test + + + org.eclipse.jetty + jetty-http + test + ${jetty.version} + -- cgit v1.2.3