diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 9e82009828..9314af82d0 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -176,6 +176,11 @@
tomcat-embed-core
${tomcat.version}
+
+ org.apache.tomcat.embed
+ tomcat-embed-el
+ ${tomcat.version}
+
org.apache.tomcat.embed
tomcat-embed-logging-juli
diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
index 8a3e7b1679..8727f55147 100644
--- a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml
@@ -1,5 +1,6 @@
-
+
4.0.0
org.springframework.boot
@@ -16,6 +17,10 @@
org.apache.tomcat.embed
tomcat-embed-core
+
+ org.apache.tomcat.embed
+ tomcat-embed-el
+
org.apache.tomcat.embed
tomcat-embed-logging-juli