Skip to content

Commit 73864cc

Browse files
authored
Include IAM policy builder in test coverage reporting (#4202)
1 parent b2f84a9 commit 73864cc

File tree

1 file changed

+5
-0
lines changed
  • test/tests-coverage-reporting

1 file changed

+5
-0
lines changed

test/tests-coverage-reporting/pom.xml

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

171176
<!-- Need to explicitly add service modules to aggregate the tests coverage
172177
and a few services that we know with more tests should be sufficient

0 commit comments

Comments
 (0)