What is the meaning of type “bundle” in a maven dependency?
This kind of artifact is an OSGi bundle, typically produced using the maven-bundle-plugin which is part of Apache Felix. The plugin treats all the classes available to your module (the module’s own classes, classes provided by dependencies, other classes on the classpath) as one giant set, then lets you select a subset of those classes … Read more