summaryrefslogtreecommitdiff
path: root/eaaf_core_utils/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-02-12 19:01:59 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-02-12 19:01:59 +0100
commitcbfadcc7681c9f362c1e7e2c3eab43980c1236ef (patch)
tree6ca517c539a88574bd195c298ca1b47339a8fadf /eaaf_core_utils/pom.xml
parente02aa41578ec3e08dd96fde9ef0342b69a051ba6 (diff)
downloadEAAF-Components-cbfadcc7681c9f362c1e7e2c3eab43980c1236ef.tar.gz
EAAF-Components-cbfadcc7681c9f362c1e7e2c3eab43980c1236ef.tar.bz2
EAAF-Components-cbfadcc7681c9f362c1e7e2c3eab43980c1236ef.zip
add first untested version of EaafKeyStoreFactory that supports Software-Keystore and HSM-Facade
Diffstat (limited to 'eaaf_core_utils/pom.xml')
-rw-r--r--eaaf_core_utils/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml
index 84ab46f5..6392fb76 100644
--- a/eaaf_core_utils/pom.xml
+++ b/eaaf_core_utils/pom.xml
@@ -42,6 +42,11 @@
</dependency>
<dependency>
+ <groupId>at.asitplus.hsmfacade</groupId>
+ <artifactId>provider</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>