Installation of http binding does not work

I’m running openhab with docker on a synology.

It’s not possible to install http-binding because of missing requirements:

2022-09-21 15:41:09.855 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-http': Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-transformation-map; type=karaf.feature; version="[3.3.0.SNAPSHOT,3.3.0.SNAPSHOT]"; filter:="(&(osgi.identity=openhab-transformation-map)(type=karaf.feature)(version>=3.3.0.SNAPSHOT)(version<=3.3.0.SNAPSHOT))" [caused by: Unable to resolve openhab-transformation-map/3.3.0.SNAPSHOT: missing requirement [openhab-transformation-map/3.3.0.SNAPSHOT] osgi.identity; osgi.identity=org.openhab.transform.map; type=osgi.bundle; version="[3.3.0.202206260339,3.3.0.202206260339]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.transform.map/3.3.0.202206260339: missing requirement [org.openhab.transform.map/3.3.0.202206260339] osgi.service; filter:="(objectClass=org.openhab.core.transform.TransformationConfigurationRegistry)"; effective:=active]]

but transformations (map, json, scale…) seem to be installed correctly.

Any idea how to force the installation of that binding?