From 1e56f6fd8099e53e8c6ad4c4ac70696e30364038 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Sat, 1 Oct 2022 17:50:40 +0100 Subject: [PATCH] Add JAXB API to compile time dependencies. Needed for JAXB annotations in the sources on Java 17. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index a33d32e7d..3cce0f816 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,12 @@ spring-boot-devtools true + + + jakarta.xml.bind + jakarta.xml.bind-api + +