Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Adding common-utils dependency from Maven (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
saratvemulapalli authored Oct 20, 2020
1 parent 48e7f74 commit 8579d99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +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"
// Will be moved to Maven Depedency when https://github.com/opendistro-for-elasticsearch/common-utils repo publishes a release
compile files('libs/common-utils-1.10.1.0.jar')
compileOnly "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'
Expand Down
Binary file removed libs/common-utils-1.10.1.0.jar
Binary file not shown.

0 comments on commit 8579d99

Please sign in to comment.