Maven failing to resolve recursive dependencies with multiple repositories

前端 未结 6 1232
旧巷少年郎
旧巷少年郎 2020-12-08 15:56

I\'m new to maven so there must be something I don\'t understand. But, I\'ve added multiple repositories to resolve multiple dependencies in my POM file. For some reason i

6条回答
  •  借酒劲吻你
    2020-12-08 16:23

    Just got this problem: log4j version 1.2.15 is causing this problem. Using log4j version 1.12.16 removes this problem. see Missing artifact com.sun.jdmk:jmxtools:jar:1.2.1

提交回复
热议问题