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

Duplicate opencsv libraries on classpath #248

Open
ansell opened this issue May 8, 2018 · 0 comments
Open

Duplicate opencsv libraries on classpath #248

ansell opened this issue May 8, 2018 · 0 comments

Comments

@ansell
Copy link
Contributor

ansell commented May 8, 2018

There are two opencsv libraries on the classpath for biocache-store, with one coming from layers-store, and one from ala-name-matching. They are not deduplicated automatically because the maven groupId changed, but the classes contained within the two files have the same packages and class names.

[INFO] +- au.org.ala:layers-store:jar:1.3:compile
[INFO] |  +- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] +- au.org.ala:ala-name-matching:jar:3.2-SNAPSHOT:compile
[INFO] |  +- au.com.bytecode:opencsv:jar:2.2:compile

They can both be replaced (possibly with minor code changes) with com.opencsv:opencsv:4.1 that the author is publishing new modules to Maven Central under:

https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22opencsv%22

ansell added a commit to AtlasOfLivingAustralia/ala-name-matching that referenced this issue May 8, 2018
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