[jboss-dev-forums] [Design of JBossXB] - JAXB api dependency

scott.stark@jboss.org do-not-reply at jboss.com
Thu Aug 7 11:44:29 EDT 2008


https://jira.jboss.org/jira/browse/JBXB-149, we are depending on:

  |     <dependency>
  |       <groupId>javax.xml.bind</groupId>
  |       <artifactId>jaxb-api</artifactId>
  |       <version>2.1</version>
  |       <scope>compile</scope>
  |     </dependency>
  | 

but we are validating as part of the jbossas tck:

  |       <dependency>
  |         <groupId>sun-jaxb</groupId>
  |         <artifactId>jaxb-api</artifactId>
  |         <version>2.1.4</version>
  |       </dependency> 
  | 

We need to update this to sun-jaxb:jaxb-api to be consistent.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169335#4169335

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169335



More information about the jboss-dev-forums mailing list