From 43890a4b9db8c8a5aec48de64382238c8697b18b Mon Sep 17 00:00:00 2001 From: Kevin Dougan Date: Fri, 31 Mar 2023 12:54:27 -0400 Subject: [PATCH] Removed explicit inclusion of snakeyaml and allow spring-boot-starter-actuator to pull it in as a needed dependency. --- pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index c6f9baf..bd01af2 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,12 @@ ca.uhn.hapi.fhir hapi-fhir-server-openapi ${project.version} + + + org.yaml + snakeyaml + + @@ -169,13 +175,6 @@ thymeleaf - - - org.yaml - snakeyaml - 1.31 - -