[
https://issues.apache.org/jira/browse/CXFXJC-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15760750#comment-15760750
]
Colm O hEigeartaigh commented on CXFXJC-16:
-------------------------------------------
The release will be available today.
> Technical upgrade for cxf-xjc-ts
> ---------------------------------
>
> Key: CXFXJC-16
> URL: https://issues.apache.org/jira/browse/CXFXJC-16
> Project: CXF XJC Utils
> Issue Type: Bug
> Affects Versions: 3.0.5
> Reporter: S V Mohana Rao
> Assignee: Colm O hEigeartaigh
> Fix For: 3.1.0
>
>
> cxf-xjc-ts internally using common-lang older version which is
> (enforcing/causing duplicate versions) the application have older version, it
> needs to be upgraded to latest.
> From :
> dependency>
> <groupId>commons-lang</groupId>
> <artifactId>commons-lang</artifactId>
> </dependency>
> To :
> <dependency>
> <groupId>org.apache.commons</groupId>
> <artifactId>commons-lang3</artifactId>
> </dependency>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)