lookfirst / sardine

an easy to use webdav client for java
Other
569 stars 184 forks source link

resolve dependency conflicts for jakarta.xml bind-api and activation-api #456

Closed ivarmont closed 10 months ago

ivarmont commented 10 months ago

Some dependencies are updated targeting these issues:

lookfirst commented 10 months ago

It is unclear to me why going from 4.0.3 to 4.0.1 fixes this.

ivarmont commented 10 months ago

It is unclear to me why going from 4.0.3 to 4.0.1 fixes this.

jaxb-runtime:4.0.3 (direct dependency) depends on jaxb-core:4.0.3 which requires jakarta.activation-api 2.1.2 and jakarta.xml.bind-api:4.0.0 jakarta.xml.bind-api:4.0.0 (direct dependency) requires jakarta.activation-api 2.1.0

So until the issue in jaxb-core is resolved the conflic can only be solved by downgrading jaxb-runtime to 4.0.1