Skip to content

Commit

Permalink
Revert "Remove jackson-databind and jackson-annotations dependencies …
Browse files Browse the repository at this point in the history
…now coming from core (#652)" (#684) (#774)

* disable prebuilt model (#682)

* disable prebuilt model



* add volatile for trusted url regex






* Revert "Remove jackson-databind and jackson-annotations dependencies now coming from core (#652)"

This reverts commit 26435de.

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Ryan Bogan <[email protected]>
Co-authored-by: Ryan Bogan <[email protected]>
  • Loading branch information
ylwu-amzn and ryanbogan authored Mar 2, 2023
1 parent 48f5ab8 commit 1fa2d98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ dependencies {
implementation group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"
implementation "org.opensearch.client:opensearch-rest-client:${opensearch_version}"
implementation "org.opensearch:common-utils:${common_utils_version}"
implementation("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
implementation("com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}")
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'
Expand Down

0 comments on commit 1fa2d98

Please sign in to comment.