[OH3] Problem with adding rrd4j binding to app.bndrun in Eclipse environment

I have set up a development environment for OH3 and tried several addons. Everything works fine. But I have a problem with the rrd4j binding. I have added it to the pom.xml and after that to the “Run Requirements”. But the “Resolve” fails with the following messages:

Resolution failed. Capabilities satisfying the following requirements could not be found:
    [<<INITIAL>>]
      ⇒ osgi.identity: (osgi.identity=org.openhab.persistence.rrd4j)
          ⇒ [org.openhab.persistence.rrd4j version=3.0.0.202009212052]
              ⇒ osgi.wiring.package: (&(osgi.wiring.package=org.rrd4j))
    [jakarta.activation-api version=1.2.1]
      ⇒ osgi.wiring.package: (&(osgi.wiring.package=com.sun.activation.registries))

Do I have to add other bundles?