Cannt find dependency for CommonAnalysisPlugin

Hello everyone,

I am currently trying to upgrade my Elasticsearch version from 7.8.1 to 7.17.4. However, after the upgrade, I encountered an error in my project:

Cannot resolve symbol 'CommonAnalysisPlugin

In Elasticsearch 7.8.1, I had a dependency in my Gradle file: org.codelibs.elasticsearch.module:analysis-common:7.8.1.

However, I cannot find the same dependency in version 7.17.4.

I am wondering if anyone has any suggestions on how I can use the CommonAnalysisPlugin in version 7.17.4.

Any help or advice would be greatly appreciated.

I try to use 'org.elasticsearch.plugin:analysis-common:7.17.4' but it doesn't worked.

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