File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,8 @@ dependencies {
4444 implementation group : ' org.opensearch' , name : ' opensearch' , version : " ${ opensearch_version} "
4545 implementation " org.opensearch.client:opensearch-rest-client:${ opensearch_version} "
4646 implementation " org.opensearch:common-utils:${ common_utils_version} "
47+ implementation(" com.fasterxml.jackson.core:jackson-annotations:${ versions.jackson} " )
48+ implementation(" com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} " )
4749 implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.0.1-jre'
4850 implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.9.1'
4951 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.10'
You can’t perform that action at this time.
0 commit comments