openrewrite / rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
92 stars 65 forks source link

`jaxb-runtime` added only if not present already #499

Closed BoykoAlex closed 2 weeks ago

BoykoAlex commented 2 weeks ago

Add jaxb-runtime only if it is not present already via a transitive dependency.

BoykoAlex commented 2 weeks ago

This would affect rewrite-spring unit test for petclinic which would need to have jaxb-runtime removed from the expected pom but this is a good thing since it is not needed anyway.