fix jaxb-api

This commit is contained in:
Anatoly Karlov 2022-05-13 13:07:44 +07:00
parent 7a2dc9122d
commit 1da309dc57

11
pom.xml
View File

@ -115,15 +115,8 @@
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>3.0.2</version>
<scope>runtime</scope>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<!-- Test libs -->