@@ -27,6 +27,7 @@ buildscript {
27
27
common_utils_version = System . getProperty(" common_utils.version" , opensearch_build)
28
28
job_scheduler_version = System . getProperty(" job_scheduler.version" , opensearch_build)
29
29
kotlin_version = System . getProperty(" kotlin.version" , " 1.6.0" )
30
+ jackson_version = " 2.14.1"
30
31
}
31
32
32
33
repositories {
@@ -89,7 +90,7 @@ publishing {
89
90
developers {
90
91
developer {
91
92
name = ' OpenSearch'
92
- url = ' https://github.com/opensearch-project/dashboards-reports '
93
+ url = ' https://github.com/opensearch-project/reporting '
93
94
}
94
95
}
95
96
}
@@ -165,8 +166,10 @@ dependencies {
165
166
implementation group : ' com.google.guava' , name : ' guava' , version : ' 31.0.1-jre'
166
167
implementation " org.json:json:20180813"
167
168
implementation group : ' com.github.wnameless.json' , name : ' json-flattener' , version : ' 0.15.1'
168
- // json-base is transitive dependencies by json-flattener
169
+ // json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener
169
170
implementation group : ' com.github.wnameless.json' , name : ' json-base' , version : ' 2.2.1'
171
+ implementation " com.fasterxml.jackson.core:jackson-databind:${ jackson_version} "
172
+ implementation " com.fasterxml.jackson.core:jackson-annotations:${ jackson_version} "
170
173
implementation ' org.jsoup:jsoup:1.15.3'
171
174
implementation ' com.google.code.gson:gson:2.8.9'
172
175
implementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
0 commit comments