Restore netty-tcnative.

This commit is contained in:
Jon Chambers 2020-10-28 12:08:57 -04:00 committed by Jon Chambers
parent 0431a2abb1
commit fb2baad7cc
1 changed files with 7 additions and 0 deletions

View File

@ -134,6 +134,13 @@
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.34.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.vdurmont</groupId>
<artifactId>semver4j</artifactId>