Revert back to depend on netty-tcnative

Motivation:

4079189f6b changed the dependency to netty-tcnative-borinssl-static but it should still be netty-tcnative.

Modifications:

Change back to netty-tcnative

Result:

Correct dependency is used
This commit is contained in:
Norman Maurer 2019-04-08 20:27:05 +02:00
parent 4079189f6b
commit 188f5364db
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@
<!-- Configure the os-maven-plugin extension to expand the classifier on -->
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
<tcnative.artifactId>netty-tcnative-boringssl-static</tcnative.artifactId>
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
<tcnative.version>2.0.24.Final</tcnative.version>
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>