コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

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

Avatar

Level 2
1 受け入れられたソリューション

Avatar

正解者
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:

元の投稿で解決策を見る

1 返信

Avatar

正解者
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: