Commit bc7cf02962dc31817e5139163b8a271392d59ded

Authored by Sergey Matvienko
Committed by Andrew Shvayka
1 parent cbe51cee

dependency - netty - removed outdated versions of io.netty (maven pom.xml exclus…

…ion for azure-servicebus and grpc-netty
Showing 1 changed file with 12 additions and 0 deletions
@@ -1383,6 +1383,12 @@ @@ -1383,6 +1383,12 @@
1383 <groupId>io.grpc</groupId> 1383 <groupId>io.grpc</groupId>
1384 <artifactId>grpc-netty</artifactId> 1384 <artifactId>grpc-netty</artifactId>
1385 <version>${grpc.version}</version> 1385 <version>${grpc.version}</version>
  1386 + <exclusions>
  1387 + <exclusion>
  1388 + <groupId>io.netty</groupId>
  1389 + <artifactId>*</artifactId>
  1390 + </exclusion>
  1391 + </exclusions>
1386 </dependency> 1392 </dependency>
1387 <dependency> 1393 <dependency>
1388 <groupId>io.grpc</groupId> 1394 <groupId>io.grpc</groupId>
@@ -1587,6 +1593,12 @@ @@ -1587,6 +1593,12 @@
1587 <groupId>com.microsoft.azure</groupId> 1593 <groupId>com.microsoft.azure</groupId>
1588 <artifactId>azure-servicebus</artifactId> 1594 <artifactId>azure-servicebus</artifactId>
1589 <version>${azure-servicebus.version}</version> 1595 <version>${azure-servicebus.version}</version>
  1596 + <exclusions>
  1597 + <exclusion>
  1598 + <groupId>io.netty</groupId>
  1599 + <artifactId>*</artifactId>
  1600 + </exclusion>
  1601 + </exclusions>
1590 </dependency> 1602 </dependency>
1591 <dependency> 1603 <dependency>
1592 <groupId>org.passay</groupId> 1604 <groupId>org.passay</groupId>