[ 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 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> was: 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> > 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 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)