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)