diff options
Diffstat (limited to 'pdf-as-cli')
-rw-r--r-- | pdf-as-cli/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdf-as-cli/build.gradle b/pdf-as-cli/build.gradle index 6f213ef0..36c314a5 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -24,6 +24,7 @@ dependencies { compile project (':signature-standards:sigs-pkcs7detached') compile project (':signature-standards:sigs-pades') compile project (':pdf-as-moa') + compile project (':pdf-as-pdfbox') compile group: 'commons-collections', name: 'commons-collections', version: '3.2' compile group: 'commons-cli', name: 'commons-cli', version: '1.2' testCompile group: 'junit', name: 'junit', version: '4.+' |