add jbig2-imageio
This commit is contained in:
parent
840cdc36f8
commit
6e82a0fbbd
3 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
group = org.xbib.graphics
|
group = org.xbib.graphics
|
||||||
name = graphics
|
name = graphics
|
||||||
version = 5.3.3
|
version = 5.3.4
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
dependencies {
|
dependencies {
|
||||||
api libs.pdfbox
|
api libs.pdfbox
|
||||||
api project(':graphics-zxing')
|
api project(':graphics-zxing')
|
||||||
|
runtimeOnly libs.pdfbox.jbig2
|
||||||
testImplementation testLibs.jfreechart
|
testImplementation testLibs.jfreechart
|
||||||
testImplementation project(':graphics-svg')
|
testImplementation project(':graphics-svg')
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,6 +22,7 @@ dependencyResolutionManagement {
|
||||||
library('groovy-xml', 'org.apache.groovy', 'groovy-xml').versionRef('groovy')
|
library('groovy-xml', 'org.apache.groovy', 'groovy-xml').versionRef('groovy')
|
||||||
library('jna', 'net.java.dev.jna', 'jna').version('5.14.0')
|
library('jna', 'net.java.dev.jna', 'jna').version('5.14.0')
|
||||||
library('pdfbox', 'org.apache.pdfbox', 'pdfbox').version('4.0.0-SNAPSHOT')
|
library('pdfbox', 'org.apache.pdfbox', 'pdfbox').version('4.0.0-SNAPSHOT')
|
||||||
|
library('pdfbox.jbig2', 'org.apache.pdfbox', 'jbig2-imageio').version('3.0.4')
|
||||||
library('datastructures-settings', 'org.xbib', 'settings-datastructures').versionRef('datastructures')
|
library('datastructures-settings', 'org.xbib', 'settings-datastructures').versionRef('datastructures')
|
||||||
library('datastructures-settings-json', 'org.xbib', 'settings-datastructures-json').versionRef('datastructures')
|
library('datastructures-settings-json', 'org.xbib', 'settings-datastructures-json').versionRef('datastructures')
|
||||||
library('datastructures-settings-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures')
|
library('datastructures-settings-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures')
|
||||||
|
|
Loading…
Reference in a new issue