Github user vdiravka commented on a diff in the pull request:
https://github.com/apache/drill/pull/1185#discussion_r176891810
--- Diff: exec/jdbc-all/pom.xml ---
@@ -559,7 +559,7 @@
This is likely due to you adding new
dependencies to a java-exec and not updating the excludes in this module. This
is important as it minimizes the size of the dependency of Drill application
users.
</message>
- <maxsize>32000000</maxsize>
+ <maxsize>33000000</maxsize>
--- End diff --
This has increased due to the new size of javassist library?
---