Finding why OBR considers a bundle to be required

113 views Asked by At

Is there a simple way to understand why Bndtools OBR resolution has decided it needs a particular bundle to satisfy the run requirements? In my particular case, I have all org.slf4j.* packages in -runsystempackages, but it still insists on including slf4j-api.

1

There are 1 answers

0
Jonathan W On

Are there bundle fragments involved? Fragments need to be installed into a host bundle, and in the case of SLF4J, the static binding mechanism is expecting to be installed into the slf4j.api bundle.