From 8a8d467d6415c5b12262ad18ff7f21f6b07cdcd4 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Fri, 26 Mar 2021 11:23:37 +0100 Subject: remove pdfbox 1.x backend from builds --- .gitignore | 4 +++- pdf-as-cli/build.gradle | 2 +- pdf-as-web/build.gradle | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b0de7ae..0009ad2f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,6 @@ local.properties .buildpath /PDF-AS/.nb-gradle/ -.idea/* \ No newline at end of file +/releases + +.idea/* diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle index 42099a1b..1c14306a 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -36,7 +36,7 @@ dependencies { implementation project (':signature-standards:sigs-pkcs7detached') implementation project (':signature-standards:sigs-pades') implementation project (':pdf-as-moa') - pdfBox1Implementation project (':pdf-as-pdfbox') + //pdfBox1Implementation project (':pdf-as-pdfbox') pdfBox2Implementation project (':pdf-as-pdfbox-2') implementation group: 'commons-collections', name: 'commons-collections', version: '3.2.2' implementation group: 'commons-cli', name: 'commons-cli', version: '1.2' 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' -- cgit v1.2.3