Skip to content

Commit

Permalink
Re-add jackson-annotations and jackson-databind (#2391)
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
(cherry picked from commit 3ea4702)
  • Loading branch information
cwperks authored and github-actions[bot] committed Jan 11, 2023
1 parent 634c020 commit 2730a8b
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 2730a8b

Please sign in to comment.