From c5fd867efcae29b04284907413bc158b183815f1 Mon Sep 17 00:00:00 2001 From: Steve Swinsburg Date: Mon, 9 Feb 2026 01:35:14 +1100 Subject: [PATCH] Fix the build warning by replacing the deprecated prerequisites property and replacing with the enforcer plugin. (#913) Co-authored-by: Steve Swinsburg --- pom.xml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9e35f2a..a22875e 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,6 @@ ${project.parent.version}-${hapi.fhir.jpa.server.starter.revision} war - - 3.8.3 - - HAPI FHIR JPA Server - Starter Project @@ -549,6 +545,28 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.6.2 + + + enforce-maven + + enforce + + + + + 3.8.3 + + + + + + + org.apache.maven.plugins