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) (#2343)

* Remove jackson-databind dependency now coming from core

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] authored Dec 21, 2022
1 parent d2be35a commit 9099402
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 9099402

Please sign in to comment.