Skip to content

Commit cd4066e

Browse files
authored
Removing unused libraries from AwsCrtClientCallingPatternIntegrationTest (#2984)
1 parent cf78488 commit cd4066e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

http-clients/aws-crt-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<value>false</value>
188188
</property>
189189
</properties>
190-
<threadCount>1</threadCount>
190+
<threadCountClasses>1</threadCountClasses>
191191
</configuration>
192192
<dependencies>
193193
<dependency>

http-clients/aws-crt-client/src/it/java/software/amazon/awssdk/http/crt/AwsCrtClientCallingPatternIntegrationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
import org.junit.experimental.theories.Theory;
3333
import org.junit.runner.RunWith;
3434
import software.amazon.awssdk.crt.CrtResource;
35-
import software.amazon.awssdk.crt.io.EventLoopGroup;
36-
import software.amazon.awssdk.crt.io.HostResolver;
3735
import software.amazon.awssdk.http.SdkHttpConfigurationOption;
3836
import software.amazon.awssdk.http.async.SdkAsyncHttpClient;
3937
import software.amazon.awssdk.regions.Region;

0 commit comments

Comments
 (0)