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

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

Forgot to mention, the entire Axis project moved to git a few months back.

git clone [https://github.com/apache/axis-axis2-java-core.git]

We have Travis builds, and its in progress now based off my commit. After the 
unit tests complete here shortly, you can download the latest axis2.war here:

https://repository.apache.org/content/groups/snapshots/org/apache/axis2/axis2-webapp/

 

 

 

 

 

> 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