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
#240
Labels
(see #152 for background; as well as FasterXML/jackson-jakarta-rs-providers#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.The text was updated successfully, but these errors were encountered: