Skip to content

Commit

Permalink
Fixes #7523 - Typo in AnnotationConfiguration
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
sbordet committed Feb 2, 2022
1 parent a8a6020 commit 66cba0f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public AnnotationConfiguration()
{
addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, FragmentConfiguration.class, PlusConfiguration.class);
addDependents(JettyWebXmlConfiguration.class);
protectAndExpose("org.eclipse.jetty.util.annotations.");
hide("org.objectweb.asm.");
}

Expand Down

0 comments on commit 66cba0f

Please sign in to comment.