From 495403c917a39fdeb3906f10ac8b997f68eb3875 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 28 Dec 2020 15:51:42 +0100 Subject: update to HSM-Facade v0.6.0 and add HealthCheck functionality --- eaaf-springboot-utils/pom.xml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'eaaf-springboot-utils/pom.xml') diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml index 1e6a85be..9e5a897b 100644 --- a/eaaf-springboot-utils/pom.xml +++ b/eaaf-springboot-utils/pom.xml @@ -35,14 +35,24 @@ + + at.gv.egiz.eaaf + eaaf_core_utils + org.springframework.boot spring-boot-starter-web provided + + org.springframework.boot + spring-boot-starter-actuator + provided + org.springframework.boot spring-boot-configuration-processor + provided ch.qos.logback @@ -60,12 +70,32 @@ junit test + + org.springframework + spring-test + test + + + at.gv.egiz.eaaf + eaaf_core_utils + test + test-jar + org.apache.httpcomponents httpclient test - + + org.powermock + powermock-module-junit4 + test + + + org.powermock + powermock-api-mockito2 + test + -- cgit v1.2.3