Skip to content

Commit

Permalink
force protobuf-java version as 3.21.9 (#587)
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]>
  • Loading branch information
ylwu-amzn authored Nov 30, 2022
1 parent e8a5abf commit 851f7af
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 @@ -33,6 +33,10 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
}

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 @@ -255,6 +255,7 @@ configurations.all {
resolutionStrategy.force 'org.apache.commons:commons-lang3:3.10'
resolutionStrategy.force 'commons-logging:commons-logging:1.2'
resolutionStrategy.force 'org.apache.commons:commons-text:1.10.0'
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
// Resolve conflict with org.opensearch:opensearch:1.3.4-SNAPSHOT which using 2.13.2
// resolutionStrategy.force 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
}
Expand Down

0 comments on commit 851f7af

Please sign in to comment.