Skip to content

Commit 10d2a71

Browse files
tiancishenjcosentino11
authored andcommitted
fix: revert aws device sdk to 1.20.1 (#1625)
(cherry picked from commit d7de10c)
1 parent 0ff68d5 commit 10d2a71

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -238,19 +238,7 @@
238238
When updating the version here, ensure you match the correct aws-crt version below.
239239
Get the correct version from: https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/sdk/pom.xml#L45
240240
!-->
241-
<version>1.20.5</version>
242-
<exclusions>
243-
<exclusion>
244-
<groupId>software.amazon.awssdk.crt</groupId>
245-
<artifactId>aws-crt</artifactId>
246-
</exclusion>
247-
</exclusions>
248-
</dependency>
249-
<dependency>
250-
<groupId>software.amazon.awssdk.crt</groupId>
251-
<artifactId>aws-crt</artifactId>
252-
<version>0.29.18</version>
253-
<classifier>fips-where-available</classifier>
241+
<version>1.20.1</version>
254242
</dependency>
255243
<dependency>
256244
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)