Skip to content

Commit

Permalink
Use reference JAXB implementation with docx4j 8.1.2 #117
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Subbotin committed Aug 19, 2019
1 parent d58b2a3 commit a04d53d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,7 @@ configure(core) {
compile (group: 'com.openhtmltopdf', name: 'openhtmltopdf-pdfbox', version: '1.0.0') {
exclude(group: 'junit', module: 'junit')
}
compile(group: "org.docx4j", name: "docx4j-JAXB-Internal", version: "8.1.2")
compile(group: "org.docx4j", name: "docx4j-core", version: "8.1.2") {
exclude(group: 'org.apache.poi', module: 'poi')
compile(group: "org.docx4j", name: "docx4j-JAXB-ReferenceImpl", version: "8.1.2") {
exclude(group: 'junit', module: 'junit')
exclude(group: 'log4j', module: 'log4j')
exclude(group: 'org.slf4j', module: 'slf4j-log4j12')
Expand Down

0 comments on commit a04d53d

Please sign in to comment.