Skip to content

Commit

Permalink
ARTEMIS-3559 Exclude netty-transport-native-epoll from zookeeper
Browse files Browse the repository at this point in the history
The netty-transport-native-epoll transitive dependency version of zookeeper
doesn't match the netty version defined and causes a distribution issue.

(cherry picked from commit 923d0dc)
  • Loading branch information
brusdev authored and gemmellr committed Jan 18, 2022
1 parent 360bdec commit da033ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -921,6 +921,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit da033ff

Please sign in to comment.