Issue #1676 complete removal of completions

This commit is contained in:
Greg Wilkins 2017-07-19 09:42:58 +02:00
parent 134dfd318d
commit 0acd68e0a4
2 changed files with 0 additions and 8 deletions

View File

@ -111,7 +111,6 @@ public class TestJettyOSGiBootCore
res.add(mavenBundle().groupId( "org.eclipse.jetty" ).artifactId( "jetty-xml" ).versionAsInProject().noStart());
res.add(mavenBundle().groupId( "org.eclipse.jetty" ).artifactId( "jetty-webapp" ).versionAsInProject().noStart());
res.add(mavenBundle().groupId( "org.eclipse.jetty" ).artifactId( "jetty-io" ).versionAsInProject().noStart());
res.add(mavenBundle().groupId( "org.eclipse.jetty" ).artifactId( "jetty-continuation" ).versionAsInProject().noStart());
res.add(mavenBundle().groupId( "org.eclipse.jetty" ).artifactId( "jetty-security" ).versionAsInProject().noStart());
res.add(mavenBundle().groupId( "org.eclipse.jetty" ).artifactId( "jetty-servlets" ).versionAsInProject().noStart());
res.add(mavenBundle().groupId( "org.eclipse.jetty" ).artifactId( "jetty-client" ).versionAsInProject().noStart());

View File

@ -1,7 +0,0 @@
[description]
Enables support for Continuation style asynchronous
Servlets. Now deprecated in favour of Servlet 3.1
API
[lib]
lib/jetty-continuation-${jetty.version}.jar