Skip to content

Commit

Permalink
Merge pull request #149 from alantang888/fix_sso_oidc_error
Browse files Browse the repository at this point in the history
Fix SSO OIDC error
  • Loading branch information
hhkkxxx133 authored Jan 15, 2024
2 parents 48fce55 + c0202a9 commit 92e5520
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies {
implementation(platform('software.amazon.awssdk:bom:2.20.121'))
implementation('software.amazon.awssdk:auth')
implementation('software.amazon.awssdk:sso')
implementation("software.amazon.awssdk:ssooidc")
implementation('software.amazon.awssdk:sts')
implementation('com.fasterxml.jackson.core:jackson-databind:2.14.1')
implementation('org.slf4j:slf4j-api:1.7.25')
Expand Down

0 comments on commit 92e5520

Please sign in to comment.