1<dependency>
2 <groupId>javax.xml.bind</groupId>
3 <artifactId>jaxb-api</artifactId>
4 <version>2.2.7-SNAPSHOT</version>
5</dependency>
6<dependency>
7 <groupId>com.sun.xml.bind</groupId>
8 <artifactId>jaxb-impl</artifactId>
9 <version>2.2.5-b10</version>
10</dependency>
11
1<repository>
2 <id>central</id>
3 <url>http://repo.maven.apache.org/maven2/</url>
4</repository>
5