Skip to content

Commit

Permalink
Remove jackson-databind and jackson-annotations dependency now coming…
Browse files Browse the repository at this point in the history
… from core (#2325)

* Remove jackson-databind dependency now coming from core

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit ff798dd)
  • Loading branch information
cwperks authored and github-actions[bot] committed Dec 13, 2022
1 parent db02f6a commit dd7fbc7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,6 @@ 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 dd7fbc7

Please sign in to comment.