summaryrefslogtreecommitdiff
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
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
-rw-r--r--BKULocal/pom.xml6
-rw-r--r--BKUOnline/pom.xml6
-rw-r--r--BKUWebStart/pom.xml2
-rw-r--r--bkucommon/pom.xml6
-rw-r--r--pom.xml22
-rw-r--r--smcc/pom.xml2
-rw-r--r--utils/pom.xml6
7 files changed, 17 insertions, 33 deletions
diff --git a/BKULocal/pom.xml b/BKULocal/pom.xml
index a22982d5..a63ee865 100644
--- a/BKULocal/pom.xml
+++ b/BKULocal/pom.xml
@@ -144,15 +144,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>
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>
diff --git a/BKUWebStart/pom.xml b/BKUWebStart/pom.xml
index 9dd39dc0..f0251073 100644
--- a/BKUWebStart/pom.xml
+++ b/BKUWebStart/pom.xml
@@ -289,7 +289,7 @@
</dependency>
<dependency>
<groupId>iaik</groupId>
- <artifactId>iaik_jce_full</artifactId>
+ <artifactId>iaik_jce_full_signed</artifactId>
<scope>compile</scope>
</dependency>
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>
diff --git a/pom.xml b/pom.xml
index cd673352..163706e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,15 +312,9 @@
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
- <!--dependency>
- <groupId>iaik</groupId>
- <artifactId>iaik_jce_full_signed</artifactId>
- <version>5.01</version>
- <scope>compile</scope>
- </dependency-->
<dependency>
<groupId>iaik</groupId>
- <artifactId>iaik_jce_full</artifactId>
+ <artifactId>iaik_jce_full_signed</artifactId>
<version>5.01</version>
<scope>compile</scope>
</dependency>
@@ -329,24 +323,14 @@
<artifactId>iaik_jce_me4se</artifactId>
<version>3.05</version>
</dependency>
- <!--dependency>
- <groupId>iaik</groupId>
- <artifactId>iaik_ecc_signed</artifactId>
- <version>2.19</version>
- </dependency-->
<dependency>
<groupId>iaik</groupId>
- <artifactId>iaik_ecc</artifactId>
+ <artifactId>iaik_ecc_signed</artifactId>
<version>2.19</version>
</dependency>
- <!--dependency>
- <groupId>iaik</groupId>
- <artifactId>iaik_xsect_signed</artifactId>
- <version>1.17</version>
- </dependency-->
<dependency>
<groupId>iaik</groupId>
- <artifactId>iaik_xsect</artifactId>
+ <artifactId>iaik_xsect_signed</artifactId>
<version>1.17</version>
</dependency>
<dependency>
diff --git a/smcc/pom.xml b/smcc/pom.xml
index 547826d4..ea50c432 100644
--- a/smcc/pom.xml
+++ b/smcc/pom.xml
@@ -32,7 +32,7 @@
</dependency>
<dependency>
<groupId>iaik</groupId>
- <artifactId>iaik_jce_full</artifactId>
+ <artifactId>iaik_jce_full_signed</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/utils/pom.xml b/utils/pom.xml
index dbe37284..8de205d3 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -16,15 +16,15 @@
</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>iaik</groupId>
- <artifactId>iaik_xsect</artifactId>
+ <artifactId>iaik_xsect_signed</artifactId>
</dependency>
<!-- dependency to ensure NamespacePrefixmapper -->
<dependency>