Unable to Resolve Dependencies for app.bndrun on Eclipse IDE

Hi,

I am getting the following error after install Eclipse IDE with Openhab-Core checked. mvn install clean run successful but I’m not able to rung “Debug OSGi” due to these dependencies error. Tried to remove .m2 and rebuild all with mvn command still failed. Thanks

Resolution failed. Capabilities satisfying the following requirements could not be found:
    [<<INITIAL>>]
      ⇒ osgi.identity: (osgi.identity=org.openhab.ui)
          ⇒ [org.openhab.ui version=4.1.0.202309300911]
              ⇒ osgi.wiring.package: (&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))
    [org.openhab.ui.iconset.classic version=4.1.0.202309300906]
      ⇒ osgi.wiring.package: (&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))
    [org.openhab.ui.basic version=4.1.0.202309300906]
      ⇒ osgi.wiring.package: (&(osgi.wiring.package=org.slf4j)(version>=2.0.0)(!(version>=3.0.0)))

Most likely your branch is missing this recent commit in which SLF4J was updated:

I have the same… I did pull the latest upgrade to karaf 4.4.4. for both distro & addons.
That fixed the maven build, but the app.run dependencies still fail

The latest pull resolved the issue

1 Like