Skip to content

Commit 54e6b96

Browse files
authored
Add dependency on http-auth-aws-crt from auth-crt. (#4504)
Customers currently depend on auth-crt to get Sigv4a support. In the future, customers should depend on http-auth-aws-crt for Sigv4a support. In order to ensure existing customers still work after SRA, we want users who depend on auth-crt today to automatically depend on http-auth-aws-crt.
1 parent 8de2748 commit 54e6b96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

core/auth-crt/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@
6868
<version>${awscrt.version}</version>
6969
</dependency>
7070

71+
<!-- Ensure that users that depend on auth-crt also get a dependency on the new signers -->
72+
<dependency>
73+
<groupId>software.amazon.awssdk</groupId>
74+
<artifactId>http-auth-aws-crt</artifactId>
75+
<version>${awsjavasdk.version}</version>
76+
</dependency>
77+
7178
<dependency>
7279
<groupId>org.junit.jupiter</groupId>
7380
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)