Github user sachouche commented on a diff in the pull request: https://github.com/apache/drill/pull/1168#discussion_r174870229 --- Diff: exec/jdbc-all/pom.xml --- @@ -473,6 +473,8 @@ <exclude>org/yaml/**</exclude> <exclude>hello/**</exclude> <exclude>webapps/**</exclude> + <exclude>**/org/apache/calcite/avatica/metrics/**</exclude> + <exclude>**/org/apache/calcite/avatica/org/**</exclude> --- End diff -- The Apache jar size has shrunk by ~1MB from over 34MB to 33393541 bytes; I guess we can decrease the limit from 35MB to 34MB.
---