From 377a73781f76d449fa3ea452f911daedef145cff Mon Sep 17 00:00:00 2001 From: Stef Piatek Date: Fri, 12 Apr 2024 15:01:16 +0100 Subject: [PATCH] Expose health endpoint --- hl7-reader/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hl7-reader/pom.xml b/hl7-reader/pom.xml index 65cf6c75c..fd3b9c29e 100644 --- a/hl7-reader/pom.xml +++ b/hl7-reader/pom.xml @@ -54,7 +54,11 @@ spring-boot-starter-data-jpa - + + + org.springframework.boot + spring-boot-starter-web + org.springframework.boot spring-boot-starter-actuator