diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-12-03 15:40:55 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-12-03 15:40:55 +0000 |
commit | 01b02f8f787a2f91737632134b2d4e227741124c (patch) | |
tree | 8d2576a684ba244ccf2c412b1ee887bdcffcf2cf /smcc | |
parent | cfe0dce2c3482cf1e63a4962b5c9fb8588aa2d44 (diff) | |
download | mocca-01b02f8f787a2f91737632134b2d4e227741124c.tar.gz mocca-01b02f8f787a2f91737632134b2d4e227741124c.tar.bz2 mocca-01b02f8f787a2f91737632134b2d4e227741124c.zip |
Don't use signed jce/ecc libs
* Workaround for OpenJDK 7 under Ubuntu 12.10
* Also bump to latest JCE/ECC version
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1153 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'smcc')
-rw-r--r-- | smcc/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smcc/pom.xml b/smcc/pom.xml index 3e231061..9f084bbd 100644 --- a/smcc/pom.xml +++ b/smcc/pom.xml @@ -32,7 +32,7 @@ </dependency> <dependency> <groupId>iaik</groupId> - <artifactId>iaik_jce_full_signed</artifactId> + <artifactId>iaik_jce_full</artifactId> <scope>test</scope> </dependency> <dependency> @@ -45,4 +45,4 @@ <scope>test</scope> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |