java - Why eclipse complaining about the missing dependency I added? -


eclipse says needs com.sun.jmx:jmxri:jar:1.2.1, added in pom below. complains dependency added, why that?

thanks!

enter image description here

i think found answer: maven failing resolve recursive dependencies multiple repositories

need change log4j 1.2.15 1.2.16

<dependency>     <groupid>log4j</groupid>     <artifactid>log4j</artifactid>     <version>1.2.16</version> </dependency> 

Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -