Skip to content

Commit

Permalink
build: use fips version of aws-crt when possible (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
yitingb authored and ravimud committed Aug 2, 2024
1 parent 8a965aa commit 489ebbb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,18 @@
Get the correct version from: https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/sdk/pom.xml#L45
!-->
<version>1.21.0</version>
<exclusions>
<exclusion>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>software.amazon.awssdk.crt</groupId>
<artifactId>aws-crt</artifactId>
<version>0.30.5</version>
<classifier>fips-where-available</classifier>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit 489ebbb

Please sign in to comment.