Skip to content

Commit

Permalink
LibreOffice can't open DOCX that is created on JAVA 10 #98
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Subbotin committed Nov 30, 2018
1 parent be75050 commit d4e36bc
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: "6.0.1") {
compile(group: "org.docx4j", name: "docx4j", version: "3.3.6") {
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: "6.0.1") {
compile(group: "org.docx4j", name: "docx4j-ImportXHTML", version: "3.3.6") {
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: "6.0.1") {
compile(group: "org.docx4j", name: "docx4j-export-fo", version: "3.3.6") {
exclude(group: 'junit', module: 'junit')
exclude(group: 'log4j', module: 'log4j')
exclude(group: 'org.slf4j', module: 'slf4j-log4j12')
Expand Down

0 comments on commit d4e36bc

Please sign in to comment.