summaryrefslogtreecommitdiff
path: root/BKUOnline/pom.xml
diff options
context:
space:
mode:
authortkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2013-09-09 17:53:46 +0000
committertkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2013-09-09 17:53:46 +0000
commitf08529a5cb52d180db8b09b2cc02602ec70abaee (patch)
treeccdf49d414458f79bd972dcff00502fe13ad285f /BKUOnline/pom.xml
parent4ada5d300a2c0180392092943eced02efced4abc (diff)
downloadmocca-f08529a5cb52d180db8b09b2cc02602ec70abaee.tar.gz
mocca-f08529a5cb52d180db8b09b2cc02602ec70abaee.tar.bz2
mocca-f08529a5cb52d180db8b09b2cc02602ec70abaee.zip
Use signed JCE libs
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1206 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKUOnline/pom.xml')
-rw-r--r--BKUOnline/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/BKUOnline/pom.xml b/BKUOnline/pom.xml
index a5cab9c5..5a7924d8 100644
--- a/BKUOnline/pom.xml
+++ b/BKUOnline/pom.xml
@@ -49,15 +49,15 @@
</dependency>
<dependency>
<groupId>iaik</groupId>
- <artifactId>iaik_xsect</artifactId>
+ <artifactId>iaik_xsect_signed</artifactId>
</dependency>
<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>org.springframework</groupId>