Closed
Description
jackson-databind and jackson-annotations were added as api dependencies in server
of opensearch core. Therfore, all plugins now have these as transitive dependencies. Plugins that currently consume these dependencies directly will break while building unless the direct dependencies are removed. If your plugin does not consume jackson-databind or jackson-annotations directly, feel free to close the related issue in your plugin's repository.
Example of solution in security plugin: opensearch-project/security#2325