This relates to Eclipse & org.openhab.io.homekit debugging
After adding io.homekit to the Run Requirements app.bndrun resolves in good fashion, however when debugging the json-api implementation could not be found. Per pom.xml this should be provided at runtime, but it is not.
Manually adding javax.json to the “Run Bundles” in the app.bndrun config, does not help, as the entry gets removed when resolving the whole lot again. I presume it gets removed because it gets provided elsewhere in one of the other bundles.
What am I missing here?