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
This commit is contained in:
Phillip Webb 2014-01-20 13:57:41 -08:00
parent 6bb6b6e6b5
commit a9ff1403c3
1 changed files with 1 additions and 1 deletions

View File

@ -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")