Skip to content

Commit 02e19fc

Browse files
committed
Add missing dependency to the retries-api module
1 parent 2379489 commit 02e19fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/iam/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,10 @@
5656
<artifactId>protocol-core</artifactId>
5757
<version>${awsjavasdk.version}</version>
5858
</dependency>
59+
<dependency>
60+
<groupId>software.amazon.awssdk</groupId>
61+
<artifactId>retries-api</artifactId>
62+
<version>${awsjavasdk.version}</version>
63+
</dependency>
5964
</dependencies>
6065
</project>

0 commit comments

Comments
 (0)