ARTEMIS-4722 Exclude netty-tcnative-boringssl-static artifacts

The lib folder includes netty-tcnative-boringssl-static artifacts non-aligned
with the netty-tcnative-version in pom.xml. Those artifacts are included
because of zookeeper-server.
This commit is contained in:
Domenico Francesco Bruscino 2024-04-11 11:33:16 +02:00 committed by clebertsuconic
parent e1bf8222e7
commit 2db7940327
2 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,7 @@
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>

View File

@ -728,6 +728,10 @@
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.yetus</groupId>
<artifactId>audience-annotations</artifactId>