From 23852c1891f39c0f2dbc28fbcda100903ea9ad8f Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sun, 18 May 2014 04:27:43 +0900 Subject: [PATCH] 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 --- example/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example/pom.xml b/example/pom.xml index 26484a43d4..2a9380d1ec 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -62,6 +62,11 @@ com.google.protobuf protobuf-java + + ${project.groupId} + netty-tcnative + ${os.detected.classifier} + com.jcraft jzlib