Intellij not indexing right dependencies since 2020.1
已回答
Since IDEA 2020.1, intellij is not indexing dependencies properly. I'm constantly getting maven issues and build issues where the project is still pulling the old dependency even though I updated with the new one. I have multiple projects with same dependency but different versions but I expect each project to link the dependency in it's own pom. Because of this issue, I need to go to my .m2 folder and delete the other version so I can work with my current project.
请先登录再写评论。
Please report at https://youtrack.jetbrains.com/newIssue?project=IDEA with the sample project and the steps to reproduce.