get jaxb version from platform bom

This commit is contained in:
kochetkov 2024-09-27 10:31:27 +03:00
parent f17ab649cc
commit 245225bc7d
12 changed files with 21 additions and 31 deletions

View file

@ -55,12 +55,12 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>com.arangodb</groupId>