add jbig2-imageio

This commit is contained in:
Jörg Prante 2024-01-03 14:42:12 +01:00
parent 840cdc36f8
commit 6e82a0fbbd
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,3 @@
group = org.xbib.graphics
name = graphics
version = 5.3.3
version = 5.3.4

View file

@ -1,6 +1,7 @@
dependencies {
api libs.pdfbox
api project(':graphics-zxing')
runtimeOnly libs.pdfbox.jbig2
testImplementation testLibs.jfreechart
testImplementation project(':graphics-svg')
}

View file

@ -22,6 +22,7 @@ dependencyResolutionManagement {
library('groovy-xml', 'org.apache.groovy', 'groovy-xml').versionRef('groovy')
library('jna', 'net.java.dev.jna', 'jna').version('5.14.0')
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-json', 'org.xbib', 'settings-datastructures-json').versionRef('datastructures')
library('datastructures-settings-yaml', 'org.xbib', 'settings-datastructures-yaml').versionRef('datastructures')