Skip to content

Commit 56e21b1

Browse files
authored
Change CRT to be optional dependency (#3229)
1 parent 46f921e commit 56e21b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/s3/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
<groupId>software.amazon.awssdk.crt</groupId>
8080
<artifactId>aws-crt</artifactId>
8181
<version>${awscrt.version}</version>
82-
<scope>provided</scope>
82+
<!-- Only required for certain features such as S3 CRT client -->
83+
<optional>true</optional>
8384
</dependency>
8485
<!-- Test Dependencies -->
8586
<dependency>

0 commit comments

Comments
 (0)