jackson-modules-base
jackson-modules-base copied to clipboard
Update `jakarta.xml.bind:jakarta.xml.bind-api` from 3.0.1 to 4.0.2 to remove dep to `com.sun.activation:jakarta.activation`
(see #152 for background; as well as https://github.com/FasterXML/jackson-jakarta-rs-providers/issues/10)
Looks like version 3.x of Jakarta XML Bind API (annotations) package has dependency to old com.sun.activation:jakarta.activation instead of new(er) jakarta.activation:jakarta.activation-api.
As a consequence there's a conflict downstream for Jakarta-RS providers package.
I think upgrade of bind-api from 3.0.1 to 4.0.2 would resolve this issue.
Hmmmmmh. Looks like jakarta.xml.bind-api 4.0.x requires Java 11 :-/
(see #241)
So much for that plan.