Resolve netty conflict due to update of AzureIdentity from 1.11.2 to 1.13.2

This commit is contained in:
Vinay Suryanarayana 2024-09-03 16:17:27 -07:00
Родитель 4217077440
Коммит 0c37ca3970
1 изменённых файлов: 12 добавлений и 0 удалений

12
pom.xml
Просмотреть файл

@ -61,6 +61,18 @@
</resources>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.110.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<!-- JMS -->
<dependencies>
<dependency>