diff options
author | Thomas <> | 2021-09-20 17:35:53 +0200 |
---|---|---|
committer | Thomas <> | 2021-09-20 17:35:53 +0200 |
commit | 6aca2453946bcc526e203ebded9ef437ffc7c53a (patch) | |
tree | 05900bea8fb11fd23ff7d0e4c57e39701cad5ca4 /eaaf_core_utils/pom.xml | |
parent | a90e8da7e616818a938281d02246a8ed3a03921c (diff) | |
download | EAAF-Components-6aca2453946bcc526e203ebded9ef437ffc7c53a.tar.gz EAAF-Components-6aca2453946bcc526e203ebded9ef437ffc7c53a.tar.bz2 EAAF-Components-6aca2453946bcc526e203ebded9ef437ffc7c53a.zip |
switch to HSM-Facade 0.7.2 and add optional configuration property for gRPC deadline, see https://grpc.io/blog/deadlines/
Diffstat (limited to 'eaaf_core_utils/pom.xml')
-rw-r--r-- | eaaf_core_utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_utils/pom.xml b/eaaf_core_utils/pom.xml index d43a5b5b..702f3cfa 100644 --- a/eaaf_core_utils/pom.xml +++ b/eaaf_core_utils/pom.xml @@ -39,7 +39,7 @@ <dependency> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_api</artifactId> - </dependency> + </dependency> <dependency> <groupId>at.asitplus.hsmfacade</groupId> |