Skip to content

Commit 6ceca78

Browse files
millemsL-Applin
authored andcommitted
Include IAM policy builder in the SDK bundle. (#4201)
1 parent 4730da8 commit 6ceca78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aws-sdk-java/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@ Amazon AutoScaling, etc).</description>
418418
<artifactId>iam</artifactId>
419419
<version>${awsjavasdk.version}</version>
420420
</dependency>
421+
<dependency>
422+
<groupId>software.amazon.awssdk</groupId>
423+
<artifactId>iam-policy-builder</artifactId>
424+
<version>${awsjavasdk.version}</version>
425+
</dependency>
421426
<dependency>
422427
<groupId>software.amazon.awssdk</groupId>
423428
<artifactId>inspector</artifactId>

0 commit comments

Comments
 (0)