From f3476576c50efd922593c82656efda7aec5ae97f Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 27 Nov 2013 10:05:17 +0100 Subject: MOA integration sign/verification (not finished yet ...) Lots of PDF-AS Web implementation --- signature-standards/sigs-pcks7detached/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'signature-standards/sigs-pcks7detached/build.gradle') diff --git a/signature-standards/sigs-pcks7detached/build.gradle b/signature-standards/sigs-pcks7detached/build.gradle index cc0a4e33..6864bc00 100644 --- a/signature-standards/sigs-pcks7detached/build.gradle +++ b/signature-standards/sigs-pcks7detached/build.gradle @@ -8,13 +8,14 @@ jar { } repositories { + mavenLocal() mavenCentral() } dependencies { compile project (':pdf-as-lib') compile project (':pdf-as-common') - compile group: 'iaik', name: 'iaik_cms', version: '4.1-moa' + 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' -- cgit v1.2.3