-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Bug in the mediation of transitive dependencies #40
Comments
Could you check if IntelliJ diagram in Ultimate version works the same? Or at least if the dependency in the Project Settings or Maven tool window is also wrong. The plugins does not resolve dependencies, only determines conflicts, so if the dependency is wrong, then it is likely a fault of IntelliJ-Maven integration (it would not be for the first time). |
Thank you for raising the relevant ticket with jetbrains @krasa. Feel free to close the issue since not relevant for maven helper project. |
Well, it really is relevant :) |
I released a new version with a fix. |
Hi @krasa, still I am getting this conflict message on version (4.9.193.000.0). Any idea? |
@ruwanka probably a bug, I might have done it too strict. A reproducible project would help, or you could debug it yourself |
Running version v4.2.183.4139.1 (as reported by IntelliJ Idea) of this plugin
THERE SEEMS TO BE A PROBLEM (AS I UNDERSTAND IT) WITH THE TRANSITIVE DEPENDENCIES LIST/TREE WHEN COMPARED TO THE SPECIFICATION
EXAMPLE
I have the following maven projects (actual names obfuscated):
When E is defined as
transitive dependencies in the dependency tree/list is wrong
When E is defined as
transitive dependencies in the dependency tree/list is correct
Why this bothers me is that it failed to report a dependency conflict when it was supposed to!
The text was updated successfully, but these errors were encountered: