From 552d7d825e37d42835bd6bfccfc07fc7d3b5fd94 Mon Sep 17 00:00:00 2001 From: Parth Chandra Date: Fri, 9 Jun 2017 22:03:59 -0700 Subject: DRILL-5431: SSL Support (Java) - Java client server SSL implementation Also enable OpenSSL support Also fix exclusions and java-exec pom file to eliminate netty-tcnative as a transitive dependency on all projects --- distribution/pom.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'distribution/pom.xml') diff --git a/distribution/pom.xml b/distribution/pom.xml index fa08dd08b..86c3d111c 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -104,7 +104,34 @@ - + + io.netty + netty-tcnative + 2.0.1.Final + linux-x86_64 + test + + + io.netty + netty-tcnative + 2.0.1.Final + linux-x86_64-fedora + test + + + io.netty + netty-tcnative + 2.0.1.Final + osx-x86_64 + test + + + io.netty + netty-tcnative + 2.0.1.Final + windows-x86_64 + test + de.huxhorn.lilith de.huxhorn.lilith.logback.appender.multiplex-classic -- cgit v1.2.3