diff options
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> |