Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Remove jackson-databind and jackson-annotations implementations from build.gradle #296

Closed
Tracked by #191
ryanbogan opened this issue Dec 19, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@ryanbogan
Copy link
Member

Jackson-databind and jackson-annotations have been added to core, so the java client will receive these dependencies transitively from core. Issues can arise if the jackson version from core and the jackson version from the client are not the same, so the dependencies should be removed from the java client build.gradle files.

@ryanbogan
Copy link
Member Author

This is no longer necessary, per discussion on opensearch-project/OpenSearch#5504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants