[ 
https://issues.apache.org/jira/browse/AXIS2-5984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190428#comment-17190428
 ] 

Robert Lazarski commented on AXIS2-5984:
----------------------------------------

I just made a commit to upgrade these libs ... a little tricky with a big 
project like this, and also this an Apache project so I had to pay attention to 
the CDDL and EDL licenses used in those deps via our trunk directory "/legal". 

jaxb-core-2.3.0.1.jar is new, which replaces jaxb-impl. The deps 
jaxb-jxc-2.3.3.jar, jaxb-xjc-2.3.3.jar, jaxb-runtime-2.3.3.jar and 
jaxws-tools-2.3.3.jar have been upgraded to those versions listed.

 

  

 

 

 

> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to