1<!-- API, java.xml.bind module -->
2<dependency>
3 <groupId>jakarta.xml.bind</groupId>
4 <artifactId>jakarta.xml.bind-api</artifactId>
5 <version>2.3.2</version>
6</dependency>
7
8<!-- Runtime, com.sun.xml.bind module -->
9<dependency>
10 <groupId>org.glassfish.jaxb</groupId>
11 <artifactId>jaxb-runtime</artifactId>
12 <version>2.3.2</version>
13</dependency>