Revert back to depend on netty-tcnative
Motivation: 4079189f6bd3e2c26ec443f24a204ffe144f1ada 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:
parent
4079189f6b
commit
188f5364db
2
pom.xml
2
pom.xml
@ -282,7 +282,7 @@
|
|||||||
<!-- Configure the os-maven-plugin extension to expand the classifier on -->
|
<!-- Configure the os-maven-plugin extension to expand the classifier on -->
|
||||||
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
|
<!-- Fedora-"like" systems. This is currently only used for the netty-tcnative dependency -->
|
||||||
<os.detection.classifierWithLikes>fedora</os.detection.classifierWithLikes>
|
<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.version>2.0.24.Final</tcnative.version>
|
||||||
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
|
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
|
||||||
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
|
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user