Fixing build error

This commit is contained in:
Joakim Erdfelt 2013-09-23 14:11:04 -07:00
parent cd236bc016
commit a20b39e9ab
1 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ import org.eclipse.jetty.webapp.MetaInfConfiguration;
import org.eclipse.jetty.webapp.WebAppContext;
import org.eclipse.jetty.webapp.WebInfConfiguration;
import org.eclipse.jetty.webapp.WebXmlConfiguration;
import org.eclipse.jetty.websocket.jsr356.server.WebSocketConfiguration;
/**
* JettyWebAppContext
@ -112,7 +111,6 @@ public class JettyWebAppContext extends WebAppContext
new FragmentConfiguration(),
_envConfig = new EnvConfiguration(),
new PlusConfiguration(),
new WebSocketConfiguration(),
new MavenAnnotationConfiguration(),
new JettyWebXmlConfiguration()
});