How to deploy Osgi Compendium Services in Karaf 4?
问题 I got this error when I tried to deploy a bundle that uses Compendium service: Error executing command: Unable to resolve root: missing requirement [root] ... osgi.wiring.package; filter:="(&(osgi.wiring.package=org.osgi.service.component)(version>=1.1.0) (!(version>=2.0.0)))"]] My bundle is configured so it uses: <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.compendium</artifactId> <version>5.0.0</version> </dependency> And acording to karaf 4 depts documenation. Osgi