>>>>> Steinar Bang <[email protected]>: >> But I guess it would be better if I also switched to OSGi core 7.0.0 and >> a corresponding version of OSGi services (1.4.0...?)...?
> Which begs the question: why do my applications need maven dependencies > to the OSGi core? > That may just be a historical leftover from what I was using before SCR > (i.e. my own little DI framework)...? > I will try removing OSGi core from the maven dependencies of the > applications. Using the OSGi LogService requires a provided dependency to osgi.core to be able to build. So as long as I use LogService I need osgi.core as a provided dependency.
