aboutsummaryrefslogtreecommitdiff
path: root/signature-standards
diff options
context:
space:
mode:
Diffstat (limited to 'signature-standards')
-rw-r--r--signature-standards/sigs-pkcs7detached/build.gradle5
1 files changed, 0 insertions, 5 deletions
diff --git a/signature-standards/sigs-pkcs7detached/build.gradle b/signature-standards/sigs-pkcs7detached/build.gradle
index 9159b3b1..5c406676 100644
--- a/signature-standards/sigs-pkcs7detached/build.gradle
+++ b/signature-standards/sigs-pkcs7detached/build.gradle
@@ -15,12 +15,7 @@ repositories {
dependencies {
compile project (':pdf-as-lib')
compile project (':pdf-as-common')
- compile group: 'iaik', name: 'iaik_cms', version: '4.1'
- //compile group: 'eu.europa.ec.joinup.egovlabs.pdf-as.iaik', name: 'iaik_jce_eval_signed', version: '4.0'
- //compile group: 'eu.europa.ec.joinup.egovlabs.pdf-as.iaik', name: 'iaik_ecc_eval_signed', version: '2.19'
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
- compile group: 'org.bouncycastle', name: 'bcprov-jdk16', version: '1.46'
- compile group: 'org.bouncycastle', name: 'bcmail-jdk16', version: '1.46'
testCompile group: 'junit', name: 'junit', version: '4.+'
}