@@ -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
}
@@ -164,8 +165,10 @@ dependencies {
164
165
compileOnly " ${ group} :opensearch-job-scheduler-spi:${ job_scheduler_version} "
165
166
implementation " org.json:json:20180813"
166
167
implementation group : ' com.github.wnameless.json' , name : ' json-flattener' , version : ' 0.15.1'
167
- // json-base is transitive dependencies by json-flattener
168
+ // json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener
168
169
implementation group : ' com.github.wnameless.json' , name : ' json-base' , version : ' 2.2.1'
170
+ implementation " com.fasterxml.jackson.core:jackson-databind:${ jackson_version} "
171
+ implementation " com.fasterxml.jackson.core:jackson-annotations:${ jackson_version} "
169
172
implementation ' org.jsoup:jsoup:1.15.3'
170
173
implementation ' com.google.code.gson:gson:2.8.9'
171
174
implementation " org.jetbrains.kotlin:kotlin-test:${ kotlin_version} "
0 commit comments