Expand my Community achievements bar.

SOLVED

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

akamai error.PNGdependancy.PNG

1 Accepted Solution

Avatar

Correct answer by
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

  

View solution in original post

7 Replies

Avatar

Community Advisor

could you please post the error log completely?

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

Correct answer by
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?