Friday 15 December 2017

How to resolve Missing artifact jdk.tools:jdk.tools:jar:1.X ?



I have faced this issue with couple of maven artifacts like hbase-client (v 0.98.0-hadoop2)or solr-core (v 4.8.0).

Error :
Description Resource Path Location Type
The container 'Maven Dependencies' references non existing library .
 Build Path Problem

Dependencies not resolve for maven project hadoop or hbase or solr.

Easiest way to resolve this issue by adding exclusion to the dependency for e.g.


Use the above method to resolve.

No comments:

Post a Comment