diff options
Diffstat (limited to 'bkucommon')
-rw-r--r-- | bkucommon/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bkucommon/pom.xml b/bkucommon/pom.xml index cf4a63d3..c650b8ea 100644 --- a/bkucommon/pom.xml +++ b/bkucommon/pom.xml @@ -61,11 +61,11 @@ <dependency> <groupId>iaik</groupId> - <artifactId>iaik_jce_full</artifactId> + <artifactId>iaik_jce_full_signed</artifactId> </dependency> <dependency> <groupId>iaik</groupId> - <artifactId>iaik_ecc</artifactId> + <artifactId>iaik_ecc_signed</artifactId> </dependency> <dependency> <groupId>commons-fileupload</groupId> @@ -87,7 +87,7 @@ </dependency> <dependency> <groupId>iaik</groupId> - <artifactId>iaik_xsect</artifactId> + <artifactId>iaik_xsect_signed</artifactId> </dependency> <dependency> <groupId>iaik</groupId> |