Skip to content

Commit

Permalink
Re-add jackson-annotations and jackson-databind (opensearch-project#2391
Browse files Browse the repository at this point in the history
) (opensearch-project#2392)

Signed-off-by: Craig Perkins <cwperx@amazon.com>
(cherry picked from commit 3ea4702)

Co-authored-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and cwperks authored Jan 11, 2023
1 parent 69c4f75 commit a0d7d06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@ dependencies {
testRuntimeOnly "org.apache.kafka:kafka-metadata:${kafka_version}"
testRuntimeOnly "org.apache.kafka:kafka-storage:${kafka_version}"

implementation "com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}"
implementation "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"

compileOnly "org.opensearch:opensearch:${opensearch_version}"
}

Expand Down

0 comments on commit a0d7d06

Please sign in to comment.