Skip to content

Commit

Permalink
added software.amazon.awssdk:ssooidc
Browse files Browse the repository at this point in the history
(cherry picked from commit e8e735a)
  • Loading branch information
guynaa committed Nov 30, 2023
1 parent b1660e1 commit 7a7d1d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ dependencies {
implementation("software.amazon.awssdk:sso") {
because("Needed to automatically enable AWS SSO login, see https://stackoverflow.com/a/67824174")
}
implementation ("software.amazon.awssdk:ssooidc") {
because("Needed to automatically enable AWS SSO login, see https://stackoverflow.com/a/67824174")
}
implementation("software.amazon.awssdk:s3") {
// We do not use netty client so far
exclude("software.amazon.awssdk", "netty-nio-client")
Expand Down

0 comments on commit 7a7d1d4

Please sign in to comment.