[ https://issues.apache.org/jira/browse/CXF-4685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13526437#comment-13526437 ]
Daniel Kulp commented on CXF-4685: ---------------------------------- In general, I would suggest not depending on the cxf-bundle-minimal at all and depend on the individual modules that you need. You can actually get a much more "minimal" size by doing that. In either case, putting explicite dependencies on the versions of JAXB that you need/want in your own pom is enough and is the recommended approach. Maven will use the locally defined versions in preference to the transient versions pulled from CXF. > Outdated JAXB dependencies in cxf-bundle-minimal > ------------------------------------------------ > > Key: CXF-4685 > URL: https://issues.apache.org/jira/browse/CXF-4685 > Project: CXF > Issue Type: Bug > Components: JAXB Databinding > Affects Versions: 2.7.0 > Reporter: Antoine CHAMBILLE > Assignee: Daniel Kulp > Fix For: Invalid > > > As of release 2.7.0 cxf-bundle-minimal declares the following JAXB > dependencies: > * jaxb-xjc-2.1.13 > * jaxb-impl-2.1.13 (useless, already comes with jaxb-xjc) > That is quite a step backward from release 2.6.3: > * jaxb-xjc-2.2.5 > * jaxb-impl-2.2.5 (useless, already comes with jaxb-xjc) > * jaxb-api-2.2.6 (useless, already comes with jaxb-impl) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira