aboutsummaryrefslogtreecommitdiff
path: root/distribution/pom.xml
diff options
context:
space:
mode:
authorParth Chandra <parthc@apache.org>2017-06-09 22:03:59 -0700
committerParth Chandra <parthc@apache.org>2017-10-11 19:26:13 -0700
commit552d7d825e37d42835bd6bfccfc07fc7d3b5fd94 (patch)
tree669a74d1646c97522969f8acf8c4ed2baff8a68f /distribution/pom.xml
parentb803405c0f978beb8beaf77211f99731014ac92f (diff)
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
Diffstat (limited to 'distribution/pom.xml')
-rw-r--r--distribution/pom.xml29
1 files changed, 28 insertions, 1 deletions
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 @@
</exclusion>
</exclusions>
</dependency>
-
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative</artifactId>
+ <version>2.0.1.Final</version>
+ <classifier>linux-x86_64</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative</artifactId>
+ <version>2.0.1.Final</version>
+ <classifier>linux-x86_64-fedora</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative</artifactId>
+ <version>2.0.1.Final</version>
+ <classifier>osx-x86_64</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative</artifactId>
+ <version>2.0.1.Final</version>
+ <classifier>windows-x86_64</classifier>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>de.huxhorn.lilith</groupId>
<artifactId>de.huxhorn.lilith.logback.appender.multiplex-classic</artifactId>