You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.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
The text was updated successfully, but these errors were encountered: