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!
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
Post a Comment