Add JAXB API to compile time dependencies.

Needed for JAXB annotations in the sources on Java 17.
This commit is contained in:
Oliver Drotbohm 2022-10-01 17:50:40 +01:00
parent 1315cf6e1f
commit 1e56f6fd80

View file

@ -107,6 +107,12 @@
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
</dependencies>
<build>