org.apache.sling.api.resource,version=[2.3,3) — Cannot be resolved
问题 Hi I am not able to access content of my project, I have uploaded all the packages which are required to access content from CQ. Only thing I can see is org.apache.sling.api.resource,version=[2.3,3) -- Cannot be resolved Can this be the reason for exception and if yes please let me know how to resolve it. CQ version 5.6 回答1: The error message means that the OSGi framework is unable to supply a version >= 2.3 and < 3 of the org.apache.sling.api.resource Java package for a bundle B that wants