Skip to content

Commit

Permalink
Support Kafka SASL_SSL/SSL security protocol for self signed certific…
Browse files Browse the repository at this point in the history
…ate in Kafka Consumer

- Add the copyright block to build.gradle

Signed-off-by: Dinu John <[email protected]>
  • Loading branch information
dinujoh committed Feb 23, 2024
1 parent 72b0164 commit 67b95e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions data-prepper-plugins/http-common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'java'
}
/*
* Copyright OpenSearch Contributors
* SPDX-License-Identifier: Apache-2.0
*/

dependencies {
implementation 'org.apache.httpcomponents:httpcore:4.4.16'
Expand Down

0 comments on commit 67b95e2

Please sign in to comment.