If you use maven (as you said, you do it), it is possible that you inherit something from pom.xml and redefine it in one of the project dependencies, which can lead to a collision.
Please note that for hsql
, the maven group identifier was changed from hsqldb
to org.hsqldb
, which could facilitate the possibility of combining these two jars into the same project and cause this problem.
user2789502
source share