2 Replies Latest reply on Aug 8, 2008 5:14 AM by starksm64

    JAXB api dependency

    starksm64

      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.