Index: build.gradle =================================================================== diff -u -r35514 -r35615 --- build.gradle (.../build.gradle) (revision 35514) +++ build.gradle (.../build.gradle) (revision 35615) @@ -408,7 +408,7 @@ // json-lib 相关的依赖 compile 'oro:oro:2.0.8' compile 'xom:xom:1.2.5' - compile 'org.codehaus.groovy:groovy-all:2.4.7' + compile 'org.codehaus.groovy:groovy-all:1.7.5' // https://mvnrepository.com/artifact/net.sf.ezmorph/ezmorph compile group: 'net.sf.ezmorph', name: 'ezmorph', version: '1.0.6' //compile 'net.sf.json-lib:json-lib:2.4:jdk15' @@ -443,11 +443,10 @@ compile group: 'org.apache.ws.security', name: 'wss4j', version:'1.6.6' - compile group: 'net.sf.jasperreports', name: 'jasperreports', version:'6.17.0' + compile group: 'net.sf.jasperreports', name: 'jasperreports', version:'6.1.0' compile group: 'org.jfree', name: 'jfreechart', version:'1.0.19' compile group: 'org.jfree', name: 'jcommon', version:'1.0.23' compile group: 'jasperreports', name: 'jasperreports-chart-themes', version:'4.7.0' - compile group: 'com.lowagie', name: 'itext', version:'2.1.7' compile 'net.sourceforge.jexcelapi:jxl:2.6.12' @@ -456,10 +455,7 @@ // spring 4不支持该版本的POI,要3.8以上版本,需要验证处理 - compile group: 'org.apache.poi', name: 'poi', version:'3.8' - compile group: 'org.apache.poi', name: 'poi-ooxml', version:'3.8' - compile group: 'org.apache.poi', name: 'poi-ooxml-schemas', version:'3.8' - + compile group: 'org.apache.poi', name: 'poi', version:'3.6' //pdf转图片 compile group: 'org.apache.pdfbox', name: 'fontbox', version: '2.0.8' compile group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.8'