From e02aa41578ec3e08dd96fde9ef0342b69a051ba6 Mon Sep 17 00:00:00 2001 From: Christian Kollmann Date: Mon, 10 Feb 2020 12:39:09 +0100 Subject: Hack: Integrate HsmFacade for signing operations --- eaaf_modules/eaaf_module_pvp2_core/pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'eaaf_modules/eaaf_module_pvp2_core/pom.xml') diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml index ca112162..14bf50d5 100644 --- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml @@ -14,6 +14,7 @@ http://maven.apache.org UTF-8 + 0.1.1-SNAPSHOT @@ -22,7 +23,11 @@ eaaf-core ${egiz.eaaf.version} - + + at.asitplus.hsmfacade + provider + ${hsm-facade-provider.version} + org.opensaml opensaml-core @@ -76,6 +81,12 @@ mockwebserver test + + xml-apis + xml-apis + 1.4.01 + test + -- cgit v1.2.3 From cbfadcc7681c9f362c1e7e2c3eab43980c1236ef Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Wed, 12 Feb 2020 19:01:59 +0100 Subject: add first untested version of EaafKeyStoreFactory that supports Software-Keystore and HSM-Facade --- eaaf_modules/eaaf_module_pvp2_core/pom.xml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'eaaf_modules/eaaf_module_pvp2_core/pom.xml') diff --git a/eaaf_modules/eaaf_module_pvp2_core/pom.xml b/eaaf_modules/eaaf_module_pvp2_core/pom.xml index 14bf50d5..318fa500 100644 --- a/eaaf_modules/eaaf_module_pvp2_core/pom.xml +++ b/eaaf_modules/eaaf_module_pvp2_core/pom.xml @@ -14,7 +14,6 @@ http://maven.apache.org UTF-8 - 0.1.1-SNAPSHOT @@ -23,11 +22,6 @@ eaaf-core ${egiz.eaaf.version} - - at.asitplus.hsmfacade - provider - ${hsm-facade-provider.version} - org.opensaml opensaml-core -- cgit v1.2.3