rewrite-spring icon indicating copy to clipboard operation
rewrite-spring copied to clipboard

Boot 3 upgrade doesn't add XML Bind dependency

Open BoykoAlex opened this issue 1 year ago • 0 comments

Unit test demonstrating an issue upgrading Petclinic to Boot 3. jakarta.xml.bind-api dependency should be added explicitly but it's not because rewrite-maven dependency resolution thinks that this dependency is present on the compile scope already for some reason via transitive dependencies.

BoykoAlex avatar Jan 29 '24 19:01 BoykoAlex