[
https://issues.apache.org/jira/browse/CXF-5389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13825184#comment-13825184
]
Chris Becker commented on CXF-5389:
-----------------------------------
Interesting. When running wsdl2java from gradle, using only CXF's tool
dependencies, I get
Attribute 'xjc:recursive' is not allowed to appear in element 'class'
I can, of course, add the jaxb 2.2.6 dependencies myself to make this go away.
So are the dependencies
"org.apache.cxf:cxf-tools-corba:$cxfVersion"
"org.apache.cxf:cxf-tools-wsdlto-core:$cxfVersion"
"org.apache.cxf:cxf-tools-wsdlto-frontend-jaxws:$cxfVersion"
"org.apache.cxf:cxf-tools-wsdlto-databinding-jaxb:$cxfVersion"
not supposed to work on their own ?
> Several maven artifacts pull in wrong versions of jaxb
> ------------------------------------------------------
>
> Key: CXF-5389
> URL: https://issues.apache.org/jira/browse/CXF-5389
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 2.7.7
> Reporter: Chris Becker
> Assignee: Daniel Kulp
> Fix For: Invalid
>
>
> While trying to run wsdl2java from Gradle, I noticed several maven artifacts
> report dependencies to jaxb 2.1.13 (which breaks my build):
> cxf-tools-common
> cxf-rt-core
> cxf-tools-validator
> cxf-rt-databinding-jaxb
--
This message was sent by Atlassian JIRA
(v6.1#6144)