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 javax.xml.bind:jaxb-api #287

Closed matrei closed 4 months ago

matrei commented 5 months ago

There is no need to include this library as a direct dependency for Grails applications. Any libraries/modules that depend on it declares it themselves.