Skip to content

Commit

Permalink
Update cssbox and pdfbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jun 12, 2019
1 parent 9929aaf commit bf6d4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ dependencies {
compile module('net.sf.barcode4j:barcode4j-fop-ext:2.1')

// CSSBox (HTML/CSS to SVG, etc)
compile ('net.sf.cssbox:cssbox:4.14') { // LGPL <== NOTE!
compile ('net.sf.cssbox:cssbox:4.15') { // LGPL <== NOTE!
exclude group: 'xalan'
exclude group: 'xml-apis' // can't exclude batik-ext but has some same classes as xml-apis so exclude that
}
compile ('org.apache.pdfbox:pdfbox:2.0.14') // Apache 2.0
compile ('org.apache.pdfbox:pdfbox:2.0.15') // Apache 2.0
// NOTE: this comes from a custom build, see: https://github.com/jonesde/CSSBoxPdf
compile name: 'cssbox-pdf', version: '1.0-SNAPSHOT' // LGPL <== NOTE!
}
Expand Down

0 comments on commit bf6d4ad

Please sign in to comment.