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]>
  • Loading branch information
cwperks authored Dec 13, 2022
1 parent 6ae3941 commit ff798dd
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 @@ -427,11 +427,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}"

//integration test framework:
Expand Down

0 comments on commit ff798dd

Please sign in to comment.