You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "S V Mohana Rao (JIRA)" <ji...@apache.org> on 2016/12/05 15:14:58 UTC

[jira] [Updated] (CXF-7163) Technical upgrade for cxf-xjc-ts

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

S V Mohana Rao updated CXF-7163:
--------------------------------
    Description: 
cxf-xjc-ts internally using common-lang for which is old version which enforcing/causing duplication 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>

  was:
cxf-xjc-ts internally using common-lang for which is old version which enforcing 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>


> Technical upgrade for cxf-xjc-ts 
> ---------------------------------
>
>                 Key: CXF-7163
>                 URL: https://issues.apache.org/jira/browse/CXF-7163
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 3.0.5
>            Reporter: S V Mohana Rao
>
> cxf-xjc-ts internally using common-lang for which is old version which enforcing/causing duplication 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)