Skip to content

Commit a538e8c

Browse files
committed
Add apache test dependency
1 parent c24fe82 commit a538e8c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/s3/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@
196196
<artifactId>netty-transport</artifactId>
197197
<scope>test</scope>
198198
</dependency>
199+
<dependency>
200+
<groupId>org.apache.httpcomponents</groupId>
201+
<artifactId>httpclient</artifactId>
202+
<scope>test</scope>
203+
</dependency>
199204
<dependency>
200205
<groupId>software.amazon.eventstream</groupId>
201206
<artifactId>eventstream</artifactId>

0 commit comments

Comments
 (0)