Merge pull request #460 from jbonofre/AMQ-7409

[AMQ-7409] Exclude netty from zookeeper dependency
This commit is contained in:
Jean-Baptiste Onofré 2020-02-20 07:57:55 +01:00 committed by GitHub
commit 344bf79855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>