diff options
Diffstat (limited to 'pdf-as-cli/build.gradle')
-rw-r--r-- | pdf-as-cli/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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' |