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

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

Mark Solution

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

解決済み

I have feature analyser error i am adding the dependency attached in below how can i resolve the error please let me know

Avatar

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

Avatar

正解者
Community Advisor

Hi @hrishi2705 ,

                 As in Adobe  cloud bundle need to satisfied.so you need to add whatever third party dependency in core pom add embedded section and put your dependency name.

 

Kr,

Sanjay

  

元の投稿で解決策を見る

7 返信

Avatar

Community Advisor

could you please post the error log completely?

Avatar

Level 2

please check now  I updated error new image there

Avatar

Community Advisor

Hi @hrishi2705 

 

This is because of the version discrepancy.
please update the version of your project that matches to your SDK version.

If you still face the error, re create the project with archetype command and make sure you mention the right version (not latest, be it in respective with the SDK version you have).

 

Thank you.

Avatar

Employee Advisor

I have added dependencies associated with com.akamai.edgergrid.singer
com.akamai.edgergrid.singer.apachehttpclient in parent pom.xml as shown below and initiated build and build was successful.

 

DEBAL_DAS_0-1645177534832.png

 

I have created this demo project with maven archetype 26 and using AEM 6.5.9. 

Could you please give a try to build your project from IDE(eclipse) and check.

In AEM default start level of bundle is 20. I don't think you have made any change at bundle start level.

 

Avatar

Level 2

on normal AEM 6.5 its working fine but on adobe cloud is not working its show above mention errors

Avatar

正解者
Community Advisor

Hi @hrishi2705 ,

                 As in Adobe  cloud bundle need to satisfied.so you need to add whatever third party dependency in core pom add embedded section and put your dependency name.

 

Kr,

Sanjay

  

Avatar

Level 5

Hi @Sanjay_Bangar - I have a similar problem.  Can you please clarify (with examples) on how to achieve this?