diff options
author | Thomas <> | 2021-04-08 10:48:50 +0200 |
---|---|---|
committer | Thomas <> | 2021-04-08 10:48:50 +0200 |
commit | 458817bd97058c5a975006dca45cdfe6eead07b5 (patch) | |
tree | d6cade442dabafe2e645a5a36a95502e5fc103b9 /eaaf_modules/eaaf_module_moa-sig/pom.xml | |
parent | b28e12c77d655ec0d9c6c879025426c594bef7f2 (diff) | |
download | EAAF-Components-458817bd97058c5a975006dca45cdfe6eead07b5.tar.gz EAAF-Components-458817bd97058c5a975006dca45cdfe6eead07b5.tar.bz2 EAAF-Components-458817bd97058c5a975006dca45cdfe6eead07b5.zip |
add new verification methods into MOA-Sig module to verify PAdES documents and to perform extended validation
Diffstat (limited to 'eaaf_modules/eaaf_module_moa-sig/pom.xml')
-rw-r--r-- | eaaf_modules/eaaf_module_moa-sig/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eaaf_modules/eaaf_module_moa-sig/pom.xml b/eaaf_modules/eaaf_module_moa-sig/pom.xml index 20d7050b..f1889d13 100644 --- a/eaaf_modules/eaaf_module_moa-sig/pom.xml +++ b/eaaf_modules/eaaf_module_moa-sig/pom.xml @@ -178,6 +178,12 @@ <artifactId>commons-io</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + <version>1.2.3</version> + <scope>test</scope> + </dependency> </dependencies> |