Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/1111#discussion_r166198314
--- Diff: pom.xml ---
@@ -884,13 +884,33 @@
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>servlet-api</artifactId>
--- End diff --
duplicate exclusion. Already excluded at the top---
