Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions server/embedded/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ dependencies {
implementation "software.amazon.awssdk:ssm:${awsSdkVersion}"
implementation "software.amazon.awssdk:sso:${awsSdkVersion}"
implementation "software.amazon.awssdk:ssooidc:${awsSdkVersion}"
// Used by cloudServices to stage remote R jobs. Belongs here, not in the module: see the awssdk note in the root
// build.gradle resolutionStrategy -- two copies across the classloader boundary is a LinkageError, not a conflict.
implementation "software.amazon.awssdk:s3:${awsSdkVersion}"

implementation "commons-io:commons-io:${commonsIoVersion}"
implementation "org.apache.logging.log4j:log4j-core:${log4j2Version}"
Expand Down