Error jar hell in installing my own elastic plugin

Hi! I have a problem while installing my authentication plugin on elasticsearch. I get below error:


thanks for helping me!
@elastic

Please don't post images of text as they are hardly readable and not searchable.

Instead paste the text and format it with </> icon. Check the preview window.

Apparently you are embedding Jackson within your plugin which you should not do.

I'm sorry, i didn't notice! I will consider your tip from now on!

I import Jackson in my .pom file because I wanna use some of its modules! what should i do instead?
I remove the Jackson dependency but the error just didn't go away!

Jackson is already provided by elasticsearch. Just don't add it.
What is the error when you remove this dependency?