Skip to content

Commit 0693f80

Browse files
committed
Revert "fix version conflicts"
This reverts commit 8b0194c. Signed-off-by: Hailong Cui <[email protected]>
1 parent 72bf69b commit 0693f80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ml-algorithms/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ dependencies {
5454
// Multi-tenant SDK Client
5555
implementation "org.opensearch:opensearch-remote-metadata-sdk:${opensearch_build}"
5656
implementation 'commons-beanutils:commons-beanutils:1.11.0'
57-
implementation ("org.opensearch:opensearch-remote-metadata-sdk-ddb-client:${opensearch_build}") {
58-
exclude group: "software.amazon.awssdk", module: "sts"
59-
}
57+
implementation "org.opensearch:opensearch-remote-metadata-sdk-ddb-client:${opensearch_build}"
6058

6159
def os = DefaultNativePlatform.currentOperatingSystem
6260
//arm/macos doesn't support GPU

0 commit comments

Comments
 (0)