Hi.
The jaxb-impl POM references the jaxb-api artifact of the same version as
himself. Ex., for jaxb-impl:2.0.2-SNAPSHOT:
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.0.2-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jsr173_api</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
</project>
But there is no javax.xml.bind:jaxb-api:2.0.2-SNAPSHOT in the repository. I
guess it should be 2.0 version. Could you please correct this?
Bye.
/lexi