reta commented on a change in pull request #767:
URL: https://github.com/apache/cxf/pull/767#discussion_r607428676
##########
File path: osgi/karaf/features/src/main/resources/features.xml
##########
@@ -216,8 +216,9 @@
</capability>
</feature>
<feature name="cxf-http-undertow" version="${project.version}">
- <feature version="${project.version}">cxf-http</feature>
+ <feature version="${project.version}">cxf-core</feature>
Review comment:
Thanks a mill @ffang , I have also tried slightly different approach
with `featureReplacements` but did not succeed, the trick with the fragment
bundle is definitely a great one, refactoring the PR ....
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]