Kai Grabfelder created AXIS2-5984:
-------------------------------------

             Summary: Switch to org.glassfish.jaxb artifacts?
                 Key: AXIS2-5984
                 URL: https://issues.apache.org/jira/browse/AXIS2-5984
             Project: Axis2
          Issue Type: Improvement
    Affects Versions: 1.7.9
            Reporter: Kai Grabfelder


Axis2 is using quite old jaxb dependencies.

 {code}
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-impl</artifactId>
        </dependency>
        <dependency>
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-xjc</artifactId>
        </dependency>
{code} 

According to 
[https://stackoverflow.com/questions/26413431/which-artifacts-should-i-use-for-jaxb-ri-in-my-maven-project]
 the artifacts to use would be

{code}
<dependency>
    <groupId>org.glassfish.jaxb</groupId>
    <artifactId>jaxb-runtime</artifactId>
</dependency>
<dependency>
    <groupId>org.glassfish.jaxb</groupId>
    <artifactId>jaxb-xjc</artifactId>
    <version>...</version>
</dependency>
{code}

The version should also be updated to the latest version (2.3.3) as of now

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to