From ede1657d797ad14fd20930b26bff802f07eceb16 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 8 Sep 2016 16:52:53 -0700 Subject: [PATCH] Include Jetty EL dependency in starter Update spring-boot-starter-jetty to include an EL dependency. Fixes gh-6692 --- spring-boot-dependencies/pom.xml | 6 ++++++ .../spring-boot-sample-data-rest/pom.xml | 17 ++++++++++++++++- .../spring-boot-starter-jetty/pom.xml | 4 ++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 44c8cd0ea1..794b15a7b4 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -109,6 +109,7 @@ 2.0.3 9.3.11.v20160721 2.2.0.v201112011158 + 8.0.33 1.12 4.2.2 2.9.4 @@ -1942,6 +1943,11 @@ mongo-java-driver ${mongodb.version} + + org.mortbay.jasper + apache-el + ${jetty-el.version} + org.neo4j neo4j-ogm-api diff --git a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml index f26157423a..72065b6ad4 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -19,6 +20,20 @@ ${basedir}/../.. + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-jetty + org.springframework.boot spring-boot-starter-data-jpa diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index 699f0c298d..1fb51bb16a 100644 --- a/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -41,6 +41,10 @@ + + org.mortbay.jasper + apache-el +