Skip to content

Commit 8415cfc

Browse files
committed
Missing dependency
1 parent 320b132 commit 8415cfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/stability-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
<version>${awsjavasdk.version}</version>
7272
<scope>test</scope>
7373
</dependency>
74+
<dependency>
75+
<groupId>software.amazon.awssdk.crt</groupId>
76+
<artifactId>aws-crt</artifactId>
77+
<version>${awscrt.version}</version>
78+
</dependency>
7479
<dependency>
7580
<groupId>software.amazon.awssdk</groupId>
7681
<artifactId>aws-core</artifactId>

0 commit comments

Comments
 (0)