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

ApacheHttpClient5Transport requires Apache Commons Logging dependency #1003

Merged
merged 1 commit into from
May 28, 2024

Conversation

reta
Copy link
Collaborator

@reta reta commented May 27, 2024

Description

ApacheHttpClient5Transport requires Apache Commons Logging dependency

Issues Resolved

Closes #1002

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@reta reta added the bug Something isn't working label May 27, 2024
@@ -169,6 +169,7 @@ dependencies {
val jacksonDatabindVersion = "2.17.0"

// Apache 2.0
api("commons-logging:commons-logging:1.3.2")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This dependency is coming from opensearch-rest-client transitively, making it a mandatory one since it is also needed by Apache HttpClient 5 transport.

@reta reta added the backport 2.x Backport to 2.x branch label May 27, 2024
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@dblock dblock merged commit 31905de into opensearch-project:main May 28, 2024
54 checks passed
reta added a commit to reta/opensearch-java that referenced this pull request May 28, 2024
dblock pushed a commit that referenced this pull request May 28, 2024
@BrendonFaleiro BrendonFaleiro mentioned this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x Backport to 2.x branch bug Something isn't working
Projects
None yet
2 participants