summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorEnrico Olivelli <eolivelli@apache.org>2022-01-31 16:16:43 +0000
committerMate Szalay-Beko <symat@apache.org>2022-01-31 16:16:43 +0000
commit1bdba023c19dd9616bf3cd27ce68c140a286f558 (patch)
tree397532981cb80546f9b5213843ccf295987e8395 /pom.xml
parentb2c1b5af36a196ca2e9080750d212aa1a0550f7c (diff)
downloadzookeeper-1bdba023c19dd9616bf3cd27ce68c140a286f558.tar.gz
ZOOKEEPER-4462: Update Netty tcnative to 2.0.48
Author: Enrico Olivelli <eolivelli@apache.org> Reviewers: Mate Szalay-Beko <symat@apache.org> Closes #1810 from eolivelli/ZOOKEEPER-4462
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3da21cfbb..78fae0018 100755
--- a/pom.xml
+++ b/pom.xml
@@ -469,6 +469,7 @@
<hamcrest.version>2.2</hamcrest.version>
<commons-cli.version>1.4</commons-cli.version>
<netty.version>4.1.73.Final</netty.version>
+ <netty.tcnative.version>2.0.48.Final</netty.tcnative.version>
<jetty.version>9.4.43.v20210629</jetty.version>
<jackson.version>2.13.1</jackson.version>
<jline.version>2.14.6</jline.version>
@@ -629,6 +630,12 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>${netty.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative-classes</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
@@ -636,6 +643,11 @@
<version>${netty.version}</version>
</dependency>
<dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative</artifactId>
+ <version>${netty.tcnative.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>${jetty.version}</version>