[jboss-jira] [JBoss JIRA] Closed: (JBXB-149) Inconsistent jaxb api dependency
Alexey Loubyansky (JIRA)
jira-events at lists.jboss.org
Fri Aug 8 04:28:50 EDT 2008
[ https://jira.jboss.org/jira/browse/JBXB-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Loubyansky closed JBXB-149.
----------------------------------
Resolution: Done
Assignee: Alexey Loubyansky
Done.
> 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
> Assignee: Alexey Loubyansky
> 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