Hi Robert, Thanks for noticing this. I’ve recently updated Sling Launchpad to use the org.apache.sling.api in version 2.9.1-SNAPSHOT and probably that’s the reason why your instance is complaining.
On the other hand, the org.apache.sling.jcr.resource 2.5.7-SNAPSHOT has been updated as well and should now depend on the 2.9.1-SNAPSHOT API. Do you have the latest SNAPSHOT of org.apache.sling.jcr.resource installed? I just tried to do 'mvn clean install' on the Sling root and launchpad seems to work. Best regards, Tomek On 22/10/15 15:46, "Robert Munteanu" <[email protected]> wrote: >Hi, > >Just built a launchpad and noticed that 4 bundles are in the INSTALLED >state > >- org.apache.sling.jcr.resource >- org.apache.sling.scripting.javascript >- org.apache.sling.scripting.sightly.js.provider >- org.apache.sling.jcr.jackrabbit.usermanager > >The 'smoking gun' is the org.apache.sling.jcr.resource bundle since >it's a SNAPSHOT version and fails to import a package. > > org.apache.sling.api.resource,version=[2.8,2.9) -- Cannot be resolved > >Can whoever performed the recent changes please fix? > >Thanks, > >Robert
