Skip to content

Commit

Permalink
Fix: SIGSEV in docker container on ARM64 (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
colesmith54 authored Sep 23, 2024
1 parent 025c41a commit 1269803
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.13.0</version>
<version>1.13.3</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 1269803

Please sign in to comment.