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
master
Phillip Webb 11 years ago
parent 6bb6b6e6b5
commit a9ff1403c3
  1. 2
      build.gradle

@ -668,7 +668,7 @@ project("spring-webmvc") {
} }
optional("rome:rome:1.0") optional("rome:rome:1.0")
optional("com.lowagie:itext:2.1.7") 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.poi:poi:3.9")
optional("org.apache.velocity:velocity:1.7") optional("org.apache.velocity:velocity:1.7")
optional("velocity-tools:velocity-tools-view:1.4") optional("velocity-tools:velocity-tools-view:1.4")

Loading…
Cancel
Save