Add netty-tcnative dependency to netty-example
Motivation: It's useful to have netty-tcnative dependency in netty-example because we can play with OpenSslEngine from our IDE. Modifications: Add netty-tcnative to example/pom.xml
This commit is contained in:
parent
d6262a3542
commit
23852c1891
@ -62,6 +62,11 @@
|
|||||||
<groupId>com.google.protobuf</groupId>
|
<groupId>com.google.protobuf</groupId>
|
||||||
<artifactId>protobuf-java</artifactId>
|
<artifactId>protobuf-java</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>${project.groupId}</groupId>
|
||||||
|
<artifactId>netty-tcnative</artifactId>
|
||||||
|
<classifier>${os.detected.classifier}</classifier>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.jcraft</groupId>
|
<groupId>com.jcraft</groupId>
|
||||||
<artifactId>jzlib</artifactId>
|
<artifactId>jzlib</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user