1<dependencies>
2 <dependency>
3 <groupId>javax.xml.bind</groupId>
4 <artifactId>jaxb-api</artifactId>
5 <version>2.3.0</version>
6 </dependency>
7 <dependency>
8 <groupId>com.sun.xml.bind</groupId>
9 <artifactId>jaxb-impl</artifactId>
10 <version>2.3.0</version>
11 </dependency>
12 <dependency>
13 <groupId>org.glassfish.jaxb</groupId>
14 <artifactId>jaxb-runtime</artifactId>
15 <version>2.3.0</version>
16 </dependency>
17 <dependency>
18 <groupId>javax.activation</groupId>
19 <artifactId>activation</artifactId>
20 <version>1.1.1</version>
21 </dependency>
22</dependencies>