diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-29 09:37:44 +0100 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2021-01-29 09:57:37 +0100 |
commit | 17ed45c5d47d8b23a36c0088c2922c0f0fefe234 (patch) | |
tree | 03eda2fa49333698c2af5c7c6324ae2d3aca4b0c /eidas_modules/authmodule-eIDAS-v2/pom.xml | |
parent | 1791466bba8dc34971be3168ddcbf65b6cb2af98 (diff) | |
download | National_eIDAS_Gateway-17ed45c5d47d8b23a36c0088c2922c0f0fefe234.tar.gz National_eIDAS_Gateway-17ed45c5d47d8b23a36c0088c2922c0f0fefe234.tar.bz2 National_eIDAS_Gateway-17ed45c5d47d8b23a36c0088c2922c0f0fefe234.zip |
fixed package name, added JCE
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 680c528e..f578c52d 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -50,6 +50,15 @@ <artifactId>eaaf-core</artifactId> </dependency> + <dependency> + <groupId>iaik.prod</groupId> + <artifactId>iaik_jce_full</artifactId> + <version>5.52_moa</version> +<!-- <groupId>iaik</groupId>--> +<!-- <artifactId>jce_full_signed</artifactId>--> +<!-- <version>5.52</version>--> + </dependency> + <!-- eIDAS reference implemenation libs --> <dependency> <groupId>eu.eidas</groupId> |