spring-boot/spring-boot-starters/spring-boot-starter-jetty
Andy Wilkinson 7745733bc6 Remove jetty-jsp from Spring Boot Starter Jetty
The documentation claims that JSPs don't work with embedded Jetty
making the dependency on jetty-jsp pointless. Furthermore,
spring-boot-starter-tomcat doesn't include JSP support and Undertow
doesn't support JSPs at all so removing jetty-jsp makes the embedded
container starters more consistent. It also removes 3.2MB from a
Jetty-based fat jar (spring-boot-sample-jetty drops from 12MB to
8.8MB).

Closes gh-2680
2015-03-30 13:47:13 +01:00
..
src/main/resources/META-INF Add META-INF/spring.provides to starters 2013-11-20 16:14:05 +00:00
pom.xml Remove jetty-jsp from Spring Boot Starter Jetty 2015-03-30 13:47:13 +01:00