https://jira.jboss.org/jira/browse/JBXB-149, we are depending on:
| <dependency>
| <groupId>javax.xml.bind</groupId>
| <artifactId>jaxb-api</artifactId>
| <version>2.1</version>
| <scope>compile</scope>
| </dependency>
|
but we are validating as part of the jbossas tck:
| <dependency>
| <groupId>sun-jaxb</groupId>
| <artifactId>jaxb-api</artifactId>
| <version>2.1.4</version>
| </dependency>
|
We need to update this to sun-jaxb:jaxb-api to be consistent.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169335#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...