aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/build.gradle
diff options
context:
space:
mode:
authorThomas <>2021-03-26 11:23:37 +0100
committerThomas <>2021-03-26 11:23:37 +0100
commit8a8d467d6415c5b12262ad18ff7f21f6b07cdcd4 (patch)
tree80b0419be467a1e8d2942b3d91d429b40c097732 /pdf-as-web/build.gradle
parent510fca957d9cf00260efe7ed78a663d46c69adb7 (diff)
downloadpdf-as-4-8a8d467d6415c5b12262ad18ff7f21f6b07cdcd4.tar.gz
pdf-as-4-8a8d467d6415c5b12262ad18ff7f21f6b07cdcd4.tar.bz2
pdf-as-4-8a8d467d6415c5b12262ad18ff7f21f6b07cdcd4.zip
remove pdfbox 1.x backend from builds
Diffstat (limited to 'pdf-as-web/build.gradle')
-rw-r--r--pdf-as-web/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/build.gradle b/pdf-as-web/build.gradle
index 28cb4c1d..ec6f9a45 100644
--- a/pdf-as-web/build.gradle
+++ b/pdf-as-web/build.gradle
@@ -50,7 +50,7 @@ dependencies {
api project (':pdf-as-moa')
api project (':signature-standards:sigs-pkcs7detached')
api project (':signature-standards:sigs-pades')
- pdfbox1 project (':pdf-as-pdfbox')
+ // pdfbox1 project (':pdf-as-pdfbox')
api project (':pdf-as-web-status')
api project (':pdf-as-web-statistic-api')
api group: 'commons-fileupload', name: 'commons-fileupload', version: '1.3.1'