grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 9 forks source link

fix(deps): Remove dependency org.glassfish.web:el-impl #285

Closed matrei closed 4 months ago

matrei commented 5 months ago

There is no need for this dependency. An el-impl is already provided by Spring Boot/tomcat-embed-el. tomcat-embed-el is also used for other servlet containers.

Related: https://github.com/spring-projects/spring-boot/issues/24744

puneetbehl commented 4 months ago

Please rebase and resolve the conflicts