Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conflict in dependencies #444

Closed
oliviercailloux opened this issue Sep 30, 2023 · 1 comment · Fixed by #457
Closed

Conflict in dependencies #444

oliviercailloux opened this issue Sep 30, 2023 · 1 comment · Fixed by #457
Labels
dependencies Pull requests that update a dependency file

Comments

@oliviercailloux
Copy link

oliviercailloux commented Sep 30, 2023

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
Copy link
Collaborator

dkocher commented Sep 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants