[ 
https://issues.apache.org/jira/browse/AXIS2-5984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Lazarski reassigned AXIS2-5984:
--------------------------------------

    Assignee: Robert Lazarski

> 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
>            Assignee: Robert Lazarski
>            Priority: Major
>
> 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: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to