[AMQ-7409] Exclude netty from zookeeper dependency

Credit To: Piyush Chugh <chughpiyush>
This commit is contained in:
jbonofre 2020-02-18 14:28:27 +01:00
parent f3b2efcbcb
commit ae96af6d0f
2 changed files with 12 additions and 0 deletions

View File

@ -69,6 +69,12 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper-version}</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- For Optional Snappy Compression -->

View File

@ -100,6 +100,12 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>${zookeeper-version}</version>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>