Skip to content

Commit a38ee68

Browse files
authored
Improved speed and reliability of CloudFrontUtilitiesIntegrationTest. (#4814)
Resources are now reused between runs of the integration test, so they should not build up on the account anymore and no longer need to be re-created each time the test is run.
1 parent 4460429 commit a38ee68

File tree

3 files changed

+285
-203
lines changed

3 files changed

+285
-203
lines changed

services/cloudfront/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@
6262
<version>${awsjavasdk.version}</version>
6363
<scope>test</scope>
6464
</dependency>
65+
<dependency>
66+
<groupId>software.amazon.awssdk</groupId>
67+
<artifactId>secretsmanager</artifactId>
68+
<version>${awsjavasdk.version}</version>
69+
<scope>test</scope>
70+
</dependency>
6571
<dependency>
6672
<groupId>nl.jqno.equalsverifier</groupId>
6773
<artifactId>equalsverifier</artifactId>

0 commit comments

Comments
 (0)