Skip to content

Commit

Permalink
Added AWS SSO dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerjabri committed Jan 9, 2025
1 parent 71dfa5d commit 2364ccf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ssooidc</artifactId>
</dependency>

<!-- Box -->
<!-- Override Jose4j dependency from Box -->
Expand Down

0 comments on commit 2364ccf

Please sign in to comment.