On 5/24/10 2:34, Sanjeeb Sahoo wrote:
org.apache.felix.bundlerepository-1.6.2.jar has an optional Import-Package obr API as shown below:org.osgi.service.obr;resolution:=optional;version="[1.0,2)" Is this correct or should this be a mandatory dependency?
Due to some refactoring to allow API evolution, OBR now supports its own API as well as the OSGi API, which makes OSGi API optional.
-> richard
Thanks, Sahoo
