Skip to content

Commit 4f55d57

Browse files
authored
Add retry packages to brazil (#5215)
* Add retry packages to brazil * Update pom's as per the new module checklist
1 parent 2245f8c commit 4f55d57

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.brazil.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"http-auth-aws": { "packageName": "AwsJavaSdk-Core-HttpAuthAws" },
4242
"http-auth-aws-crt": { "packageName": "AwsJavaSdk-Core-HttpAuthAwsCrt" },
4343
"http-auth-aws-eventstream": { "packageName": "AwsJavaSdk-Core-HttpAuthAwsEventStream" },
44+
"retries-spi": { "packageName": "AwsJavaSdk-Core-RetriesSpi" },
45+
"retries": { "packageName": "AwsJavaSdk-Core-Retries" },
4446

4547
"dynamodb": { "packageName": "AwsJavaSdk-DynamoDb" },
4648
"waf": { "packageName": "AwsJavaSdk-Waf" },

bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@
172172
<artifactId>http-client-spi</artifactId>
173173
<version>${awsjavasdk.version}</version>
174174
</dependency>
175+
<dependency>
176+
<groupId>software.amazon.awssdk</groupId>
177+
<artifactId>retries</artifactId>
178+
<version>${awsjavasdk.version}</version>
179+
</dependency>
180+
<dependency>
181+
<groupId>software.amazon.awssdk</groupId>
182+
<artifactId>retries-spi</artifactId>
183+
<version>${awsjavasdk.version}</version>
184+
</dependency>
175185
<dependency>
176186
<groupId>software.amazon.awssdk</groupId>
177187
<artifactId>apache-client</artifactId>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,8 @@
652652
<includeModule>cloudwatch-metric-publisher</includeModule>
653653
<includeModule>utils</includeModule>
654654
<includeModule>imds</includeModule>
655+
<includeModule>retries</includeModule>
656+
<includeModule>retries-spi</includeModule>
655657

656658
<!-- High level libraries -->
657659
<includeModule>dynamodb-enhanced</includeModule>

0 commit comments

Comments
 (0)