Skip to content

Commit 7b63bbd

Browse files
authored
- allow access using assumed roles (#27)
1 parent d6e86c5 commit 7b63bbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@
131131
<groupId>software.amazon.awssdk</groupId>
132132
<artifactId>ssooidc</artifactId>
133133
</dependency>
134+
<dependency>
135+
<groupId>software.amazon.awssdk</groupId>
136+
<artifactId>sts</artifactId>
137+
</dependency>
134138
</dependencies>
135139

136140
<dependencyManagement>

0 commit comments

Comments
 (0)