Remove jackson-databind and jackson-annotations dependencies now coming from core #1167
Labels
dependencies
Pull requests that update a dependency file
v2.5.0
'Issues and PRs related to version v2.5.0'
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
The text was updated successfully, but these errors were encountered: