I've noticed this line in the bundle manifest header when looking at the details in the OSGI bundle page.Require-Capability: osgi.extender; filter:="(&(osgi.extender=osgi.component)(version>=1.5.0)(!(version>=2.0.0)))", osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.8))"This is not in my pom.xml fil...