Add mising entry for Netty tcnative dependency management

See gh-23502
This commit is contained in:
Rujun Chen 2020-09-27 10:53:14 +08:00 committed by Stephane Nicoll
parent e74f777971
commit 8330752b11

View File

@ -1144,6 +1144,11 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>${netty-tcnative.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>