Skip to content

Commit

Permalink
Update xerces, pdfbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jul 15, 2018
1 parent eebee58 commit 4336f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def frameworkDir = file(moquiDir.absolutePath + '/framework')
apply plugin: 'com.github.ben-manes.versions'
buildscript {
repositories { jcenter() }
dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0' }
dependencies { classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0' }
}
dependencyUpdates.resolutionStrategy = { componentSelection { rules -> rules.all { ComponentSelection selection ->
boolean rejected = ['alpha', 'beta', 'rc', 'cr', 'm'].any { qualifier -> selection.candidate.version ==~ /(?i).*[.-]${qualifier}[.\d-]*/ }
Expand Down Expand Up @@ -68,7 +68,7 @@ dependencies {
exclude group: 'org.python'
}

compile 'xerces:xercesImpl:2.11.0'
compile 'xerces:xercesImpl:2.12.0'

// barcode4j as a module to avoid required dependency on ant
compile module('net.sf.barcode4j:barcode4j:2.1')
Expand All @@ -79,7 +79,7 @@ dependencies {
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.9') // Apache 2.0
compile ('org.apache.pdfbox:pdfbox:2.0.11') // 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 4336f22

Please sign in to comment.