ARTEMIS-3559 Exclude netty-transport-native-epoll from zookeeper

The netty-transport-native-epoll transitive dependency version of zookeeper
doesn't match the netty version defined and causes a distribution issue.
This commit is contained in:
Domenico Francesco Bruscino 2021-12-13 11:48:03 +01:00 committed by clebertsuconic
parent b5eb7d2342
commit 923d0dc028
1 changed files with 4 additions and 0 deletions

View File

@ -911,6 +911,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>