You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by James Carman <ja...@carmanconsulting.com> on 2019/03/22 21:47:19 UTC

Controlling order of featuresRepositories in custom distribution...

When including a features repository as a "runtime" dependency, it
will be added to the featuresRepositories list in the
org.apache.karaf.features.cfg file.  Is there any way to control the
order in which those show up in the featuresRepositories list?  We are
wanting to use CXF 3.3.1 and Camel 2.23.1, but regardless of what
order we include those two feature repository dependencies, Camel
shows up before CXF.  Normally this wouldn't be a big deal, but Camel
is also dragging CXF 3.2.7's feature repository along with it, which
will be used to resolve any of the CXF features if we try to install
them.

Thanks,

James