lookfirst / sardine

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

Conflict in dependencies #444

Closed oliviercailloux closed 10 months ago

oliviercailloux commented 10 months ago

Sardine depends on both jakarta.activation:jakarta.activation-api:2.1.0 and jakarta.activation:jakarta.activation-api:2.0.0. Please require only one of them (probably updating glassfish jaxb if possible would solve the problem).

[INFO] +- com.github.lookfirst:sardine:jar:5.12:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.5.14:compile
[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.4.16:compile
[INFO] |  |  +- commons-logging:commons-logging:jar:1.2:compile
[INFO] |  |  \- commons-codec:commons-codec:jar:1.11:compile
[INFO] |  +- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.0:compile
[INFO] |  |  \- jakarta.activation:jakarta.activation-api:jar:2.1.0:compile
[INFO] |  \- org.glassfish.jaxb:jaxb-runtime:jar:4.0.2:runtime
[INFO] |     \- org.glassfish.jaxb:jaxb-core:jar:4.0.2:runtime
[INFO] |        +- org.eclipse.angus:angus-activation:jar:2.0.0:runtime
[INFO] |        +- org.glassfish.jaxb:txw2:jar:4.0.2:runtime
[INFO] |        \- com.sun.istack:istack-commons-runtime:jar:4.1.1:runtime
dkocher commented 10 months ago

Would you mind to open a pull request with the patch.