Maven - Detect Multiple Versions of the Same Dependency

后端 未结 6 1159
眼角桃花
眼角桃花 2021-02-01 06:19

I just experienced a case of two direct dependencies of my maven project having two different versions of a particular transitive dependency.

In my particular case I had

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-01 07:02

    You could just have a look at your dependency hiercharchy overview. This won't warn you, but you can see if certain versions are discarded for newer versions of the same library.

提交回复
热议问题