File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 56
56
<artifactId >protocol-core</artifactId >
57
57
<version >${awsjavasdk.version} </version >
58
58
</dependency >
59
+ <dependency >
60
+ <groupId >software.amazon.awssdk</groupId >
61
+ <artifactId >retries-api</artifactId >
62
+ <version >${awsjavasdk.version} </version >
63
+ </dependency >
59
64
</dependencies >
60
65
</project >
Original file line number Diff line number Diff line change 87
87
<!-- Only required for certain features such as S3 CRT client -->
88
88
<optional >true</optional >
89
89
</dependency >
90
+ <dependency >
91
+ <groupId >software.amazon.awssdk</groupId >
92
+ <artifactId >retries-api</artifactId >
93
+ <version >${awsjavasdk.version} </version >
94
+ </dependency >
90
95
<!-- Test Dependencies -->
91
96
<dependency >
92
97
<artifactId >commons-io</artifactId >
Original file line number Diff line number Diff line change 83
83
<version >${awsjavasdk.version} </version >
84
84
<scope >test</scope >
85
85
</dependency >
86
+ <dependency >
87
+ <groupId >software.amazon.awssdk</groupId >
88
+ <artifactId >retries-api</artifactId >
89
+ <version >${awsjavasdk.version} </version >
90
+ <scope >test</scope >
91
+ </dependency >
92
+ <dependency >
93
+ <groupId >software.amazon.awssdk</groupId >
94
+ <artifactId >retries</artifactId >
95
+ <version >${awsjavasdk.version} </version >
96
+ <scope >test</scope >
97
+ </dependency >
86
98
<dependency >
87
99
<groupId >org.apache.commons</groupId >
88
100
<artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments