We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bf69b commit 0693f80Copy full SHA for 0693f80
ml-algorithms/build.gradle
@@ -54,9 +54,7 @@ dependencies {
54
// Multi-tenant SDK Client
55
implementation "org.opensearch:opensearch-remote-metadata-sdk:${opensearch_build}"
56
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
- }
+ implementation "org.opensearch:opensearch-remote-metadata-sdk-ddb-client:${opensearch_build}"
60
61
def os = DefaultNativePlatform.currentOperatingSystem
62
//arm/macos doesn't support GPU
0 commit comments