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:
parent
a8a6020ab2
commit
66cba0f861
|
@ -97,7 +97,6 @@ public class AnnotationConfiguration extends AbstractConfiguration
|
|||
{
|
||||
addDependencies(WebXmlConfiguration.class, MetaInfConfiguration.class, FragmentConfiguration.class, PlusConfiguration.class);
|
||||
addDependents(JettyWebXmlConfiguration.class);
|
||||
protectAndExpose("org.eclipse.jetty.util.annotations.");
|
||||
hide("org.objectweb.asm.");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue