diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-05-05 14:59:51 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2020-05-05 14:59:51 +0200 |
commit | 8577b14115b819f4173b892a75094b708d03958a (patch) | |
tree | bef4de112d42f337fec2995b0e6fd33b6f0b94a9 /eaaf_core_utils/pom.xml | |
parent | 36fafda8e3b953d3d1cba91efeb4fc82388b0445 (diff) | |
download | EAAF-Components-8577b14115b819f4173b892a75094b708d03958a.tar.gz EAAF-Components-8577b14115b819f4173b892a75094b708d03958a.tar.bz2 EAAF-Components-8577b14115b819f4173b892a75094b708d03958a.zip |
refactor HSM-Facade initialization to JAVA Reflection API to facilitate usage of eaaf_core_utils without HSM-Facade
Diffstat (limited to 'eaaf_core_utils/pom.xml')
-rw-r--r-- | eaaf_core_utils/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index d933e309..1e700322 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -44,10 +44,12 @@ <dependency> <groupId>at.asitplus.hsmfacade</groupId> <artifactId>provider</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-core</artifactId> + <scope>provided</scope> </dependency> <dependency> <groupId>org.bouncycastle</groupId> |