Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Unable to resolve dependencies bundle in installed state note service pack 6.5.7 installed

Avatar

Level 2

Screen Shot 2022-04-21 at 12.38.49 PM.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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:

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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: