apache.poi

This commit is contained in:
Crystal.Sea
2020-11-10 22:54:12 +08:00
parent a555a251b1
commit 1f7aabccc9
2 changed files with 6 additions and 0 deletions

View File

@@ -154,6 +154,11 @@ subprojects {
compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'
compile group: 'velocity', name: 'velocity-dep', version: '1.4'
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.30'
compile group: 'org.apache.poi', name: 'poi', version: "${poiVersion}"
compile group: 'org.apache.poi', name: 'poi-ooxml', version: "${poiVersion}"
compile group: 'org.apache.poi', name: 'poi-ooxml-schemas', version: "${poiVersion}"
compile group: 'org.apache.poi', name: 'poi-scratchpad', version: "${poiVersion}"
//compile group: 'org.apache.commons', name: 'not-yet-commons-ssl', version: '0.3.9'
//logs
compile group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: "${log4jVersion}"

View File

@@ -14,3 +14,4 @@ slf4jVersion =1.7.30
jacksonVersion =2.11.2
bouncycastleVersion =1.64
httpcomponentsVersion =4.5.12
poiVersion =4.1.2