diff options
author | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-09 09:32:26 +0000 |
---|---|---|
committer | clemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-09 09:32:26 +0000 |
commit | f6afb5a7ba730808c667fbcede70d927e954096a (patch) | |
tree | 449e40c396c5e2cfe99c917025f819cacc641b2b /smcc/pom.xml | |
parent | 9ae12fe7272be65b65ef5c8fd4a84a2bc696363a (diff) | |
download | mocca-f6afb5a7ba730808c667fbcede70d927e954096a.tar.gz mocca-f6afb5a7ba730808c667fbcede70d927e954096a.tar.bz2 mocca-f6afb5a7ba730808c667fbcede70d927e954096a.zip |
query EF.CD for certificate file
Issue #MOCCA-754 - LIEZertifikat (LIE-Post) Integration
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@825 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smcc/pom.xml')
-rw-r--r-- | smcc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smcc/pom.xml b/smcc/pom.xml index 2510145f..6f0b1ae1 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -32,11 +32,11 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <!-- dependency> + <dependency> <groupId>iaik</groupId> <artifactId>iaik_jce_full_signed</artifactId> <scope>test</scope> - </dependency--> + </dependency> <dependency> <groupId>iaik</groupId> <artifactId>iaik_jce_me4se</artifactId> |