Skip to content

Commit 7810596

Browse files
millemsL-Applin
authored andcommitted
Include IAM policy builder in bom. (#4203)
1 parent 6ceca78 commit 7810596

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
<artifactId>aws-crt-client</artifactId>
168168
<version>${awsjavasdk.version}</version>
169169
</dependency>
170+
<dependency>
171+
<groupId>software.amazon.awssdk</groupId>
172+
<artifactId>iam-policy-builder</artifactId>
173+
<version>${awsjavasdk.version}</version>
174+
</dependency>
170175
<!-- Services -->
171176
<dependency>
172177
<groupId>software.amazon.awssdk</groupId>

0 commit comments

Comments
 (0)