Skip to content

Commit c43e568

Browse files
authored
Add auth-crt to bom (#4338)
1 parent 5b982e5 commit c43e568

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@
167167
<artifactId>aws-crt-client</artifactId>
168168
<version>${awsjavasdk.version}</version>
169169
</dependency>
170+
<dependency>
171+
<groupId>software.amazon.awssdk</groupId>
172+
<artifactId>auth-crt</artifactId>
173+
<version>${awsjavasdk.version}</version>
174+
</dependency>
170175
<dependency>
171176
<groupId>software.amazon.awssdk</groupId>
172177
<artifactId>iam-policy-builder</artifactId>

0 commit comments

Comments
 (0)