You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (JIRA)" <ji...@apache.org> on 2016/12/06 11:59:58 UTC

[jira] [Updated] (CXFXJC-16) Technical upgrade for cxf-xjc-ts

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

Colm O hEigeartaigh updated CXFXJC-16:
--------------------------------------
    Fix Version/s: 3.1

> 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)