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
+