From c1efd905d93c0a0c53797853cacf4141188509e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Wed, 4 Oct 2023 09:27:12 +0300 Subject: [PATCH] Do not import o.e.jetty.servlet in server.jetty feature Bundle changed id to o.e.jetty.ee8.servlet and import it not needed as it's a dependency of o.e.eqinox.http.jetty which is included in the feature and thus the servlet bundle will come as transitive dependency. --- features/org.eclipse.equinox.server.jetty/feature.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/features/org.eclipse.equinox.server.jetty/feature.xml b/features/org.eclipse.equinox.server.jetty/feature.xml index 25f4e86e814..7a551dca02d 100644 --- a/features/org.eclipse.equinox.server.jetty/feature.xml +++ b/features/org.eclipse.equinox.server.jetty/feature.xml @@ -20,7 +20,6 @@ -