We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab7338 commit 8844307Copy full SHA for 8844307
test/http-client-benchmarks/pom.xml
@@ -175,7 +175,7 @@
175
<plugin>
176
<groupId>org.apache.maven.plugins</groupId>
177
<artifactId>maven-shade-plugin</artifactId>
178
- <version>2.2</version>
+ <version>3.5.0</version>
179
<executions>
180
<execution>
181
<phase>package</phase>
test/tests-coverage-reporting/pom.xml
@@ -326,6 +326,11 @@
326
<artifactId>http-client-spi</artifactId>
327
<version>${awsjavasdk.version}</version>
328
</dependency>
329
+ <dependency>
330
+ <groupId>software.amazon.awssdk</groupId>
331
+ <artifactId>utils-lite</artifactId>
332
+ <version>${awsjavasdk.version}</version>
333
+ </dependency>
334
</dependencies>
335
336
<build>
0 commit comments