Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing artifact com.fasterxml.jackson.core:jackson-core:jar:1.9.11

I build a maven project and get an error on pom.xml Missing artifact in some dependencies. How can I resolve it?

enter image description here

like image 587
Jerry Avatar asked Mar 07 '26 21:03

Jerry


1 Answers

I cannot see the value of ${jackson.version} on your image, but from the title of the question I assume it's version 1.9.11 you're looking for. If you check in any of the multiple maven repository viewers, like maven central, you'll see that version is not present, and therefore maven cannot resolve that dependency. Click this link to see the versions available in maven central.

You must choose an existing version from the central repository or, if you have version 1.9.11 in another repository, include that repository details in your pom.xml file.

like image 94
Micho Avatar answered Mar 09 '26 09:03

Micho



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!