diff options
author | Thomas <> | 2023-05-16 19:05:32 +0200 |
---|---|---|
committer | Thomas <> | 2023-05-16 19:05:32 +0200 |
commit | 0dcdd23594b79087302b474aa7ec9d0723309bbd (patch) | |
tree | 8218fe76cb40e0a1ab038cfabc1bb5d268bcff38 /pdf-as-pdfbox-2/build.gradle | |
parent | 685b00be03242c5d64cba8ebd861fd6dde10e561 (diff) | |
download | pdf-as-4-0dcdd23594b79087302b474aa7ec9d0723309bbd.tar.gz pdf-as-4-0dcdd23594b79087302b474aa7ec9d0723309bbd.tar.bz2 pdf-as-4-0dcdd23594b79087302b474aa7ec9d0723309bbd.zip |
feat(qr): add language parameter to placeholder service
Reason: the current detection does not work with many profies
Diffstat (limited to 'pdf-as-pdfbox-2/build.gradle')
-rw-r--r-- | pdf-as-pdfbox-2/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf-as-pdfbox-2/build.gradle b/pdf-as-pdfbox-2/build.gradle index e0f5df1c..f6f14a5d 100644 --- a/pdf-as-pdfbox-2/build.gradle +++ b/pdf-as-pdfbox-2/build.gradle @@ -42,6 +42,9 @@ dependencies { api group: 'com.github.jai-imageio', name: 'jai-imageio-core', version: '1.4.0' api group: 'com.levigo.jbig2', name: 'levigo-jbig2-imageio', version: '2.0' implementation group: 'javax.activation', name: 'activation', version: '1.1.1' + + testImplementation 'ch.qos.logback:logback-classic:1.2.12' + testImplementation 'ch.qos.logback:logback-core:1.2.12' } |