I am trying to add jetty client library and use it it one of Bnd OSGi bundle based project. With added libraries Code is comping/building But when I run "Bnd OSGi Run Launcher" I see below error:
could not resolve the bundles: [com.project.examples-2.0.1.201605061319Unresolved constraint in bundle com.project.examples [8]: Unable to resolve 8.0: missing requirement [8.0] osgi.wiring.package; (&(osgi.wiring.package=org.eclipse.jetty.client)(version>=9.3.0)(!(version>=10.0.0))) ]
I have added required jetty client jar file in Java Build path libraries, have also added entry in classpath. Still getting this error.
Thanks for the help