Skip to content

Commit

Permalink
fix missing commons-lang3;update job scheduler plugin zip (opensearch…
Browse files Browse the repository at this point in the history
…-project#364)

Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Jan 14, 2022
1 parent d1d8e60 commit d6af15e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ dependencies {
// used for serializing/deserializing rcf models.
compile group: 'io.protostuff', name: 'protostuff-core', version: '1.7.4'
compile group: 'io.protostuff', name: 'protostuff-runtime', version: '1.7.4'
compileOnly group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'

compile "org.jacoco:org.jacoco.agent:0.8.5"
compile ("org.jacoco:org.jacoco.ant:0.8.5") {
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit d6af15e

Please sign in to comment.