>>>>> Steinar Bang <[email protected]>: > Hm... but maybe I can override the org.osgi.service.log version set by > the BOM?
Nope. Tried that, didn't work. > And maybe I should move the import config of maven-bundle-plugin to > plugin mangement in the parent POM? But this, on the other hand, worked. <configuration> content is mixed with existing <configuration> content where maven-bundle-plugin is actually used. So the <Import-Package> is added to whatever is there already. > Both would give me less pom config. The working one gives less config. > Overriding the org.osgi.service.log version set by the BOM would be the > simplest solution, if possible. But unfortunately didn't work > (But ideally it should work out the box) Yep.
