Removing eclipse detrius
This commit is contained in:
parent
527e5f8e4c
commit
61dc476342
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue