diff options
Diffstat (limited to 'pdf-as-cli')
| -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 fae9249d..eb9ce1b8 100644 --- a/pdf-as-cli/build.gradle +++ b/pdf-as-cli/build.gradle @@ -15,7 +15,7 @@ repositories {  dependencies {  	compile project (':pdf-as-lib')  	compile project (':stamper:stmp-itext') -	compile project (':signature-standards:sigs-pcks7detached') +	compile project (':signature-standards:sigs-pkcs7detached')  	compile project (':signature-standards:sigs-pades')      compile group: 'commons-collections', name: 'commons-collections', version: '3.2'  	compile group: 'commons-cli', name: 'commons-cli', version: '1.2' | 
