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.

1 Like

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

1 Like

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.