diff options
author | tzefferer <tzefferer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-08 14:19:10 +0000 |
---|---|---|
committer | tzefferer <tzefferer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2010-11-08 14:19:10 +0000 |
commit | 9ae12fe7272be65b65ef5c8fd4a84a2bc696363a (patch) | |
tree | 9ecb0fceecd7816a466074e260d9325c74409cf7 /smcc/pom.xml | |
parent | 0a391db3f150842befe584c2669dac8cc0ba8589 (diff) | |
download | mocca-9ae12fe7272be65b65ef5c8fd4a84a2bc696363a.tar.gz mocca-9ae12fe7272be65b65ef5c8fd4a84a2bc696363a.tar.bz2 mocca-9ae12fe7272be65b65ef5c8fd4a84a2bc696363a.zip |
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@824 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smcc/pom.xml')
-rw-r--r-- | smcc/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/smcc/pom.xml b/smcc/pom.xml index ecef2914..2510145f 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -32,10 +32,14 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> + <!-- dependency> <groupId>iaik</groupId> <artifactId>iaik_jce_full_signed</artifactId> <scope>test</scope> + </dependency--> + <dependency> + <groupId>iaik</groupId> + <artifactId>iaik_jce_me4se</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> |