Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.0.0.M1
-
None
Description
The problem occurs when overrides.properties defines bundles which are not used by any boot features and from this reason they are not installed in system directory. When you look here https://github.com/apache/servicemix/blob/master/assemblies/apache-servicemix/src/main/filtered-resources/etc/overrides.properties#L34-L36 you can find the 3 missing bundles here.
mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-base/${fasterxml.jackson.version};range="[2,3)" mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${fasterxml.jackson.version};range="[2,3)" mvn:com.fasterxml.jackson.module/jackson-module-scala_2.11/${fasterxml.jackson.version};range="[2,3)"
See http://servicemix.396122.n5.nabble.com/Custom-ServiceMix-Build-tp5723621p5723623.html