Skip to content

Commit f91a482

Browse files
Add aws sts dependency (#4657)
1 parent a9f2399 commit f91a482

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/opik-backend/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
<groupId>software.amazon.awssdk</groupId>
116116
<artifactId>auth</artifactId>
117117
</dependency>
118+
<dependency>
119+
<groupId>software.amazon.awssdk</groupId>
120+
<artifactId>sts</artifactId>
121+
</dependency>
118122

119123
<dependency>
120124
<groupId>software.amazon.jdbc</groupId>

0 commit comments

Comments
 (0)