Hi! I have a problem while installing my authentication plugin on elasticsearch. I get below error:
thanks for helping me!
@elastic
Hi! I have a problem while installing my authentication plugin on elasticsearch. I get below error:
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?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.