Removing eclipse detrius

This commit is contained in:
Joakim Erdfelt 2016-10-13 14:40:29 -07:00
parent 527e5f8e4c
commit 61dc476342
1 changed files with 0 additions and 2 deletions

View File

@ -112,7 +112,6 @@ public class WSServer
context.setBaseResource(new PathResource(this.contextDir));
context.setAttribute("org.eclipse.jetty.websocket.jsr356",Boolean.TRUE);
// @formatter:off
context.setConfigurations(new Configuration[] {
new AnnotationConfiguration(),
new WebXmlConfiguration(),
@ -121,7 +120,6 @@ public class WSServer
new MetaInfConfiguration(),
new FragmentConfiguration(),
new EnvConfiguration()});
// @formatter:on
return context;
}