DRILL-7841: Need to exclude or shade netty lib to avoid [WARNING]
diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index 1caed7b..3257d18 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -318,6 +318,8 @@
               <exclude>com.beust:*</exclude>
               <exclude>jline:*</exclude>
               <exclude>io.netty:netty:jar:3.7.0.Final</exclude>
+              <exclude>io.netty:netty-transport-native-epoll:*</exclude>
+              <exclude>io.netty:netty-transport-native-unix-common:*</exclude>
               <exclude>org.xerial.snappy:*</exclude>
               <exclude>org.apache.avro:*</exclude>
               <exclude>org.tukaani:*</exclude>