aboutsummaryrefslogtreecommitdiff
path: root/signature-standards
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-01-28 13:50:10 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-01-28 13:50:10 +0100
commit7623d9b081af23191f307e1f06df7ce5508bf925 (patch)
tree63aca6122cf42eb02bfd20af638eb141bf47096d /signature-standards
parente210f9d25fb530a2650059390f12a7e8ecec48b3 (diff)
downloadpdf-as-4-7623d9b081af23191f307e1f06df7ce5508bf925.tar.gz
pdf-as-4-7623d9b081af23191f307e1f06df7ce5508bf925.tar.bz2
pdf-as-4-7623d9b081af23191f307e1f06df7ce5508bf925.zip
embedded IAIK libraries in source code
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.+'
}