Skip to content

Commit 16193a8

Browse files
committed
Remove dependency with problematic frame
1 parent 025c41a commit 16193a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

api/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,13 @@
9797
<dependency>
9898
<groupId>com.azure</groupId>
9999
<artifactId>azure-identity</artifactId>
100-
<version>1.13.0</version>
100+
<version>1.13.3</version>
101+
<exclusions>
102+
<exclusion>
103+
<groupId>io.netty</groupId>
104+
<artifactId>netty-tcnative-boringssl-static</artifactId>
105+
</exclusion>
106+
</exclusions>
101107
</dependency>
102108

103109
<dependency>

0 commit comments

Comments
 (0)