From 256ee3476534964bb140d17075e9cad308db9183 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Thu, 3 Jun 2021 09:58:35 -0500 Subject: [PATCH] Fixes #6354 - allow jetty bundles to use 1.7 slf4j This updates the parent pom to set the range for all imports of slf4j by the jetty bundles Signed-off-by: Thomas Watson --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 635878edb8e..3308b9e5435 100644 --- a/pom.xml +++ b/pom.xml @@ -741,6 +741,10 @@ Eclipse Jetty Project . Copyright (c) 2008-2021 Mort Bay Consulting Pty Ltd and others. + + org.slf4j.*;version="[1.7,3.0)", + * + <_provider-policy>]]> <_consumer-policy>]]> <_noee>true