jdaugherty opened a new issue, #15452:
URL: https://github.com/apache/grails-core/issues/15452
### Issue description
In my Grails 7 projects, I've noticed I've had to do this:
implementation "org.liquibase:liquibase-core:${versionLiquibase}", {
exclude group: 'javax.xml.bind', module: 'jaxb-api'
}
I guess the liquibase core being included is including javax instead of
jakarta? We should also probably exclude core from
org.liquibase.ext:liquibase-hibernate5 since we're including a specific
version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]