mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 14:19:38 +00:00
Add JAXB API to compile time dependencies.
Needed for JAXB annotations in the sources on Java 17.
This commit is contained in:
parent
1315cf6e1f
commit
1e56f6fd80
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue