Skip to content

Commit

Permalink
Update docx4j version to 6.1.0 #99
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Subbotin committed Dec 24, 2018
1 parent d4e36bc commit f0b0f1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -234,19 +234,19 @@ configure(core) {
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-pdfbox', version: '0.0.1-RC15') {
exclude(group: 'junit', module: 'junit')
}
compile(group: "org.docx4j", name: "docx4j", version: "3.3.6") {
compile(group: "org.docx4j", name: "docx4j", version: "6.1.0") {
exclude(group: 'org.apache.poi', module: 'poi')
exclude(group: 'junit', module: 'junit')
exclude(group: 'log4j', module: 'log4j')
exclude(group: 'org.slf4j', module: 'slf4j-log4j12')
}
compile(group: "org.docx4j", name: "docx4j-ImportXHTML", version: "3.3.6") {
compile(group: "org.docx4j", name: "docx4j-ImportXHTML", version: "6.1.0") {
exclude(group: 'junit', module: 'junit')
exclude(group: 'org.apache.poi', module: 'poi')
exclude(group: 'log4j', module: 'log4j')
exclude(group: 'org.slf4j', module: 'slf4j-log4j12')
}
compile(group: "org.docx4j", name: "docx4j-export-fo", version: "3.3.6") {
compile(group: "org.docx4j", name: "docx4j-export-fo", version: "6.1.0") {
exclude(group: 'junit', module: 'junit')
exclude(group: 'log4j', module: 'log4j')
exclude(group: 'org.slf4j', module: 'slf4j-log4j12')
Expand Down

0 comments on commit f0b0f1f

Please sign in to comment.