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 d1c6899 commit c9d6c77
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 @@ -152,6 +152,14 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>cloudformation</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sso</artifactId>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ssooidc</artifactId>
</dependency>

<!-- overrides -->
<dependency>
Expand Down

0 comments on commit c9d6c77

Please sign in to comment.