From 7745733bc6ac593da56747645f48593da8f3ae41 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 30 Mar 2015 13:47:13 +0100 Subject: [PATCH] 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 --- spring-boot-starters/spring-boot-starter-jetty/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index 39ab521058a..24a1b7f5a34 100644 --- a/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -18,10 +18,6 @@ ${basedir}/../.. - - org.eclipse.jetty - jetty-jsp - org.eclipse.jetty jetty-webapp