Issue #1676 complete removal of completions
This commit is contained in:
parent
134dfd318d
commit
0acd68e0a4
|
@ -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());
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue