Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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: