Unable to resolve dependencies bundle in installed state note service pack 6.5.7 installed | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by lukasz-m

Hi @prakashvb,

It looks that some dependencies are missing on your AEM instance. To solve first one related to sling query you can simply download bundle and install on your AEM. You can find all the versions under Maven Central repo.

Regarding 2nd part - org.jsoup - I do not think this is available as an OSGi bundle. In that case you will have to embed this dependency in your project bundle. Here is a good guideline how to do that:

1 reply

lukasz-m
lukasz-mAccepted solution
New Participant
April 22, 2022

Hi @prakashvb,

It looks that some dependencies are missing on your AEM instance. To solve first one related to sling query you can simply download bundle and install on your AEM. You can find all the versions under Maven Central repo.

Regarding 2nd part - org.jsoup - I do not think this is available as an OSGi bundle. In that case you will have to embed this dependency in your project bundle. Here is a good guideline how to do that: