Update war packaging tests following removal of jetty-jsp

See gh-2680
This commit is contained in:
Andy Wilkinson 2015-03-30 15:15:32 +01:00
parent 346392d31b
commit 075b5c1b18

View File

@ -52,12 +52,9 @@ public class WarPackagingTests {
"tomcat-embed-websocket-"));
private static final Set<String> JETTY_EXPECTED_IN_WEB_INF_LIB_PROVIDED = new HashSet<String>(
Arrays.asList("spring-boot-starter-jetty-", "jetty-util-", "jetty-xml-",
"jetty-schemas-", "javax.servlet-", "jetty-io-", "jetty-http-",
"jetty-server-", "jetty-security-", "jetty-servlet-",
"jetty-webapp-", "javax.servlet.jsp-2", "javax.servlet.jsp-api-",
"javax.servlet.jsp.jstl-1.2.2", "javax.servlet.jsp.jstl-1.2.0",
"javax.el-", "org.eclipse.jdt.core-", "jetty-jsp-", "websocket-api",
Arrays.asList("spring-boot-starter-jetty-", "jetty-util-", "javax.servlet-",
"jetty-io-", "jetty-http-", "jetty-server-", "jetty-security-",
"jetty-servlet-", "jetty-webapp-", "websocket-api",
"javax.annotation-api", "jetty-plus", "javax-websocket-server-impl-",
"asm-", "javax.websocket-api-", "asm-tree-", "asm-commons-",
"websocket-common-", "jetty-annotations-",