add jaxb libraries for jdk11

This commit is contained in:
Roberto Cirillo 2023-02-15 17:06:54 +01:00
parent b70ed135e9
commit c939f13fad
1 changed files with 15 additions and 0 deletions

15
pom.xml
View File

@ -128,6 +128,21 @@
<artifactId>keycloak-client</artifactId>
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<build>
<finalName>${artifactId}</finalName>