Skip to content

Commit

Permalink
force protobuf-java version as 3.21.9 (#588) (#589)
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>

Signed-off-by: Yaliang Wu <[email protected]>
(cherry picked from commit 52cc55f)

Co-authored-by: Yaliang Wu <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and ylwu-amzn authored Nov 30, 2022
1 parent ddfc1c7 commit f91c2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ dependencies {
implementation group: 'ai.djl.huggingface', name: 'tokenizers'
}

configurations.all {
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
}

jacocoTestReport {
reports {
xml.enabled false
Expand Down
1 change: 1 addition & 0 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ configurations.all {
resolutionStrategy.force 'org.objenesis:objenesis:3.2'
resolutionStrategy.force 'net.java.dev.jna:jna:5.11.0'
resolutionStrategy.force 'org.apache.commons:commons-text:1.10.0'
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
}

apply plugin: 'nebula.ospackage'
Expand Down

0 comments on commit f91c2b1

Please sign in to comment.