From bf820302707d10efa2d2b46cb376b49b05cb8592 Mon Sep 17 00:00:00 2001 From: Calvin Kirs Date: Fri, 15 Mar 2024 21:01:30 +0800 Subject: [PATCH] [Chore](FE)Remove unused components (#32295) The tomcat-embed-el dependency is primarily used for standardizing EL functionality, which we don't require in our application. Therefore, we can safely remove it. --- fe/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fe/pom.xml b/fe/pom.xml index e1d4f44d75..d96d469788 100644 --- a/fe/pom.xml +++ b/fe/pom.xml @@ -467,6 +467,12 @@ under the License. org.springframework.boot spring-boot-starter-jetty ${spring.version} + + + org.apache.tomcat + tomcat-embed-el + + org.springframework.boot @@ -478,6 +484,10 @@ under the License. spring-boot-starter-web ${spring.version} + + org.springframework.boot + spring-boot-starter-tomcat + validator hibernate-validator