mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 06:28:03 +00:00
Added netty dependency for Azure SDK (#21011)
This commit is contained in:
parent
96e07e7ce0
commit
37112fa4d2
7
pom.xml
7
pom.xml
@ -638,6 +638,13 @@
|
||||
<artifactId>azure-identity</artifactId>
|
||||
<version>1.14.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-bom</artifactId>
|
||||
<version>4.1.112.Final</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
<!-- avoid security issue https://security.snyk.io/vuln/SNYK-JAVA-ORGYAML-2806360 -->
|
||||
<!-- Enforce consistent snakeyaml version -->
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user