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:06:58 UTC

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

S V Mohana Rao created CXF-7163:
-----------------------------------

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