我自己遇到了一个问题:

我需要使用一个api,这个api已经引入包:slf4j-log4j12

所以,在自己的pom中,如果引入了这个包,需要exclude掉;

因为在pom.xml中查询是找不到的,

所以使用了 mvn dependency:tree;

就显示出来了:发现slf4j-log4j12 在包:com.sankuai.sc.yue 里面,直接exclude 就行了;

 

slf4j-log4j12

相关文章:

  • 2021-08-11
  • 2021-12-01
  • 2023-02-17
  • 2021-07-12
  • 2021-04-29
  • 2022-12-23
  • 2021-07-21
  • 2021-09-04
猜你喜欢
  • 2021-06-30
  • 2021-06-19
  • 2022-12-23
  • 2021-05-23
  • 2021-11-16
相关资源
相似解决方案