Fixes #7523 - Typo in AnnotationConfiguration

Removed protectAndExpose() call because org.eclipse.jetty.util.annotation has been moved to JmxConfiguration,
and there is no need to expose org.eclipse.jetty.annotations.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2022-02-02 22:11:37 +01:00
parent a8a6020ab2
commit 66cba0f861
No known key found for this signature in database
GPG Key ID: 1677D141BCF3584D
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ public class AnnotationConfiguration extends AbstractConfiguration
{ {
addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, FragmentConfiguration.class, PlusConfiguration.class); addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, FragmentConfiguration.class, PlusConfiguration.class);
addDependents(JettyWebXmlConfiguration.class); addDependents(JettyWebXmlConfiguration.class);
protectAndExpose("org.eclipse.jetty.util.annotations.");
hide("org.objectweb.asm."); hide("org.objectweb.asm.");
} }