Eclipse IDE Reported osgi.wiring.package=com.google.gson)(version>=2.10.0)(!(version>=3.0.0)

i have just done git pull on openhab-core’w main branch. mvn clean install is successful but app.bndrun resolve failed with the following error. Any idea? Thank


Resolution failed. Capabilities satisfying the following requirements could not be found:
    [<<INITIAL>>]
      ⇒ osgi.identity: (osgi.identity=org.openhab.ui.basic)
          ⇒ [org.openhab.ui.basic version=4.1.0.202310082105]
              ⇒ osgi.wiring.package: (&(osgi.wiring.package=com.google.gson)(version>=2.10.0)(!(version>=3.0.0)))

Did you also update openhab-distro?

Yes i did, in fact i recloned openhab-distro and am still getting the same error.