[jboss-jira] [JBoss JIRA] Closed: (JBMICROCONT-329) Inconsistent jaxb api dependency
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Fri Sep 5 11:56:38 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMICROCONT-329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Brock closed JBMICROCONT-329.
------------------------------------
Resolution: Rejected
It is the jbossxb dependency:
[INFO] org.jboss.microcontainer:jboss-guice-int:jar:2.0.0-SNAPSHOT
[INFO] | \- org.jboss:jbossxb:jar:2.0.0.CR12:compile
[INFO] | +- apache-xerces:xml-apis:jar:2.9.1:compile
[INFO] | +- apache-xerces:xercesImpl:jar:2.9.1:compile
[INFO] | +- wutka-dtdparser:dtdparser121:jar:1.2.1:compile
[INFO] | +- javax.activation:activation:jar:1.0.2:compile
[INFO] | \- javax.xml.bind:jaxb-api:jar:2.1:compile
[INFO] | \- javax.xml.stream:stax-api:jar:1.0-2:compile
It is 2.1.4 in JBossXB 2.0.0.CR13, but that release doesn't exist yet.
We are using the latest stable release which is CR12
http://viewvc.jboss.org/cgi-bin/viewvc.cgi/common/jbossxb/tags/2.0.0.CR12/pom.xml?revision=2894&view=markup
that references 2.1
I'm rejecting this issue and creating a seperate issue for the MC releases to depend upon
JBossXB CR13 - JBMICROCONT-345
> 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
> 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