[jboss-jira] [JBoss JIRA] Created: (JBXB-149) Inconsistent jaxb api dependency
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Thu Aug 7 11:40:50 EDT 2008
Inconsistent jaxb api dependency
--------------------------------
Key: JBXB-149
URL: https://jira.jboss.org/jira/browse/JBXB-149
Project: JBoss XML Binding (JBossXB)
Issue Type: Feature Request
Affects Versions: JBossXB-2.0.0.CR11
Reporter: Scott M Stark
Fix For: JBossXB-2.0.0.CR13
The jbossxb jaxb api dependency is:
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1</version>
<scope>compile</scope>
</dependency>
but it needs to be updated to be consistent with what we are validating in jbossas as part of the tck:
<dependency>
<groupId>sun-jaxb</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.1.4</version>
</dependency>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list