Description
Similar to KARAF-1227 and KARAF-1679 , I want to suggest replacing the usages of org.eclipse:osgi with org.eclipse:org.eclipse.osgi . The advantage is that the latter artifact is available on Maven central . It has the exact same version, and a full build ( mvn clean install ) is successful. I'll attach a trivial patch which replaces the artifact from the build.
The advantage of this move is that it makes it easier for projects to consume Karaf, especially when behind a Maven repository proxy which does not proxy the ServiceMix maven repository.