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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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