Merge pull request #23502 from chenrujun

* pr/23502:
  Add mising entry for Netty tcnative dependency management

Closes gh-23502
This commit is contained in:
Stephane Nicoll 2020-09-28 09:19:27 +02:00
commit e25e67cbff
1 changed files with 5 additions and 0 deletions

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>