From e3b542acdc8a71e6b537f27f1f331860911cf42e Mon Sep 17 00:00:00 2001 From: Yaliang Wu Date: Mon, 19 Oct 2020 19:55:04 -0700 Subject: [PATCH] fix build issue of common util --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 80ee6494..e4256f7d 100644 --- a/build.gradle +++ b/build.gradle @@ -314,7 +314,7 @@ dependencies { compile "org.elasticsearch:elasticsearch:${es_version}" compileOnly "org.elasticsearch.plugin:elasticsearch-scripting-painless-spi:${versions.elasticsearch}" compileOnly "com.amazon.opendistroforelasticsearch:opendistro-job-scheduler-spi:1.11.0.0" - compileOnly "com.amazon.opendistroforelasticsearch:common-utils:1.11.0.0" + compile "com.amazon.opendistroforelasticsearch:common-utils:1.11.0.0" compile group: 'com.google.guava', name: 'guava', version:'29.0-jre' compile group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1' compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'