grails-profiles / base

2 stars 12 forks source link

Question: Is the dependency on org.glassfish.web:el-impl needed? #109

Open matrei opened 1 year ago

matrei commented 1 year ago

Newly created Grails apps have a runtimeOnly dependency on "org.glassfish.web:el-impl:2.2.1-b05".

It seems to be coming from the base profiles' features/hibernate5/features.yml file.

Is this dependency really used/needed. My apps seems to work properly when removing it. I'm asking as this dependency has a security warning associated with it (CVE-2021-28170).