This is an automated email from the ASF dual-hosted git repository.

boaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d86cb5  Increase jdbc-all jar size limit to 36500000
9d86cb5 is described below

commit 9d86cb53f33b51acbe17bcd9f404e75161aef913
Author: Ben-Zvi <[email protected]>
AuthorDate: Tue Jul 24 14:41:00 2018 -0700

    Increase jdbc-all jar size limit to 36500000
---
 exec/jdbc-all/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml
index f7af511..983a98f 100644
--- a/exec/jdbc-all/pom.xml
+++ b/exec/jdbc-all/pom.xml
@@ -506,7 +506,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>36000000</maxsize>
+                  <maxsize>36500000</maxsize>
                   <minsize>15000000</minsize>
                   <files>
                    
<file>${project.build.directory}/drill-jdbc-all-${project.version}.jar</file>

Reply via email to