mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 07:40:29 +00:00
In the web starter we shouldn't depend explicitly on any EL implementation, otherwise when people build wars and deploy them in containers that have their own EL there is a conflict. We can still depend on hibernate-validator to support JSR-303 in web apps because the EL implementation comes with the container. Fixes gh-5454