Commit e25e67cb authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #23502 from chenrujun

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

Closes gh-23502
parents e74f7779 8330752b
...@@ -1144,6 +1144,11 @@ ...@@ -1144,6 +1144,11 @@
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative</artifactId>
<version>${netty-tcnative.version}</version>
</dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId> <artifactId>netty-tcnative-boringssl-static</artifactId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment