-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
-
%
This quickstart
https://github.com/fabric8io/ipaas-quickstarts/blob/redhat/quickstart/karaf/cxf-rest/pom.xml#L47
Has these 10-15 versions defined which are NOT in use in the pom.xml.
They are added as a workaround for the karaf-maven-plugin, to be able to resolve the features.
If you remove them (which they should really be) then the plugin fails with some errors.
Sadly those were added as a ugly hack/workaround.
End users of OSFUSE should not have to add all those weird versions to their pom.xml to fix a bug in fuse/karaf-maven-plugin because it cannot resolve the features correctly.
I suspect its maybe a problem in the fuse cxf features because when you use camel there is no such problem.