From 66e6cab21f6830d00e2a5a4891f2dfd6e646fea2 Mon Sep 17 00:00:00 2001 From: Frank Tao <38163583+frankjtao@users.noreply.github.com> Date: Sun, 24 Jan 2021 09:56:45 -0500 Subject: [PATCH] Fixed xml.bind conflict between jakakax and javax (#2320) --- hapi-fhir-jpaserver-model/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hapi-fhir-jpaserver-model/pom.xml b/hapi-fhir-jpaserver-model/pom.xml index 20f587e4ab0..c3be04b6b5e 100644 --- a/hapi-fhir-jpaserver-model/pom.xml +++ b/hapi-fhir-jpaserver-model/pom.xml @@ -79,6 +79,10 @@ javax.activation javax.activation-api + + javax.xml.bind + jaxb-api +