my maven project give error when adding javax xml bind dependency

Solutions on MaxInterview for my maven project give error when adding javax xml bind dependency by the best coders in the world

showing results for - "my maven project give error when adding javax xml bind dependency"
Jacob
15 May 2018
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
Marina
04 Aug 2020
1<repository>
2    <id>central</id>
3    <url>http://repo.maven.apache.org/maven2/</url>
4</repository>
5