Skip to content

Commit

Permalink
build(atomix): fix netty dependency
Browse files Browse the repository at this point in the history
netty-bom 4.1.70 contains the changes from pull request
netty/netty#11798, which moved the classes out
of the native modules to make sure the same classes don't end up on the
classpath multiple times. For us it should mean that we don't have to
depend on the specific native module any more but can simply depend on
the common/shared classes module.
  • Loading branch information
korthout committed Nov 11, 2021
1 parent 27a36bd commit e51c738
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions atomix/cluster/pom.xml
Expand Up @@ -69,8 +69,7 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<classifier>linux-x86_64</classifier>
<artifactId>netty-transport-classes-epoll</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit e51c738

Please sign in to comment.