-
Notifications
You must be signed in to change notification settings - Fork 72
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
fastutil conflicts in dependencies #23
Comments
Sent pull request. Proposed fix is to remove 5.0.7 version as direct dependency in POM. |
anjackson
added a commit
that referenced
this issue
Aug 20, 2014
Proposed fix to issue #23: fastutil conflicts in dependencies
Closing this as the fix is in the 1.1.4 release. |
A dependency management section in the pom could also have solved an issues with multiple versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using artifact 1.1.3 as a dependency, getting some fastutil class conflicts.
mvn dependency:tree
gives the following snippet:As you can see, we're pulling in both fastutil 5.0.7 and 6.5.2, but since they have different groupIds, mvn doesn't exactly know how to resolve. The two different versions have slightly different APIs, so there's a potential here for nasty bugs.
The text was updated successfully, but these errors were encountered: