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

transitive dependencies clash: CTC-Measures->SimplifiedIO->loci vs. Mastodon-beta-28->Bioformats #10

Open
xulman opened this issue Feb 12, 2024 · 0 comments

Comments

@xulman
Copy link
Collaborator

xulman commented Feb 12, 2024

taken from @aherbert from PR #9

Note: CTC-Measures use SimplifiedIO which includes some loci code. The new Mastodon beta-28 brings in Bioformats via a dependency which includes a lot of the same class files. I added an exclusion in the pom for the loci jar to get this to build. If you remove the exclusion and run:

mvn compile
the duplicates will be shown by the maven enforcer plugin used by scijava-pom.

I did not investigate updating CTC-Measures to see if there is a way to avoid SimplifiedIO and Bioformats clashing. I also did not check that all the classes used by SimplifiedIO are duplicated in the Bioformats jars. You can view the transitive dependencies using:

mvn dependency:tree
from this project and the CTC-Measures project.


It indeed must not be forgotten and should be fixed eventually....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant