[jboss-jira] [JBoss JIRA] Commented: (JBMICROCONT-329) Inconsistent jaxb api dependency
Ales Justin (JIRA)
jira-events at lists.jboss.org
Tue Aug 26 04:04:49 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMICROCONT-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12426614#action_12426614 ]
Ales Justin commented on JBMICROCONT-329:
-----------------------------------------
Where do you see this usage?
The only place I was able to find it was in mc\kernel\pom-jdk14.xml,
which I think we don't keep it up to date.
> Inconsistent jaxb api dependency
> --------------------------------
>
> Key: JBMICROCONT-329
> URL: https://jira.jboss.org/jira/browse/JBMICROCONT-329
> Project: JBoss Microcontainer
> Issue Type: Feature Request
> Reporter: Scott M Stark
> Assignee: Ales Justin
> Fix For: JBossMC.2.0.0.CR1
>
>
> The container 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