From a9ff1403c3cd92525a02bf0d2b7a30393e8fa30e Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Jan 2014 13:57:41 -0800 Subject: [PATCH] Roll back jexcelapi from 2.6.12 to 2.6.3 JExcelAPI 2.6.12 appears to be causing ArrayIndexOutOfBoundsException with the build. Rolling back to the earlier version for now --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b229b348e..ddf38a0b56 100644 --- a/build.gradle +++ b/build.gradle @@ -668,7 +668,7 @@ project("spring-webmvc") { } optional("rome:rome:1.0") optional("com.lowagie:itext:2.1.7") - optional("net.sourceforge.jexcelapi:jxl:2.6.12") + optional("net.sourceforge.jexcelapi:jxl:2.6.3") optional("org.apache.poi:poi:3.9") optional("org.apache.velocity:velocity:1.7") optional("velocity-tools:velocity-tools-view:1.4")