Problem with NUKI binding installation: Unable to resolve missing requirement

  • Platform information:
    • Java Runtime Environment: Zulu 17 JRE
    • openHAB version:4.1.2

I scrapped my previous 2.3 installation and decided to start from scratch with 4.1.2, the problem I encountered is that while I tried to install the NUKI binding I repeating error message and the installation failed.

The error message is as follows:

2024-04-13 16:39:16.517 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-nuki': Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-binding-nuki; type=karaf.feature; version="[4.1.2,4.1.2]"; filter:="(&(osgi.identity=openhab-binding-nuki)(type=karaf.feature)(version>=4.1.2)(version<=4.1.2))" [caused by: Unable to resolve openhab-binding-nuki/4.1.2: missing requirement [openhab-binding-nuki/4.1.2] osgi.identity; osgi.identity=org.openhab.binding.nuki; type=osgi.bundle; version="[4.1.2,4.1.2]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.binding.nuki/4.1.2: missing requirement [org.openhab.binding.nuki/4.1.2] osgi.wiring.package; filter:="(&(osgi.wiring.package=com.google.gson)(version>=2.10.0)(!(version>=3.0.0)))"]]

This tells me that its missing a component, but I’m not knowledgeable enough to see which it is or how to fix the issue.

Help appreciated
Claude