[jboss-jira] [JBoss JIRA] Updated: (JBMETA-89) Inconsistent jaxb api dependency

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Thu Sep 4 12:44:28 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBMETA-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimitris Andreadis updated JBMETA-89:
-------------------------------------

    Issue Type: Thirdparty Change  (was: Feature Request)


> Inconsistent jaxb api dependency
> --------------------------------
>
>                 Key: JBMETA-89
>                 URL: https://jira.jboss.org/jira/browse/JBMETA-89
>             Project: JBoss Metadata
>          Issue Type: Thirdparty Change
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 1.0.0.Beta37
>            Reporter: Scott M Stark
>            Assignee: Dimitris Andreadis
>             Fix For: 1.0.0.CR1
>
>
> The metadata 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