Hello i am trying to follow the wknd tutorial on my aem local instance. I am trying to drag and drop the HelloWorld component on my page but i get the below error.
I get the below error in my bundle when i checked, i dont know what how to fix this dependency.
This is what it shows in depfinder
Solved! Go to Solution.
Views
Replies
Total Likes
What version of AEM are you running, including service packs?
Refer below community article to fix your issue:
What version of AEM are you running, including service packs?
Refer below community article to fix your issue:
Views
Replies
Total Likes
Having the uber.jar in the matching version (your case it will be 6.5.0) to your AEM instance should resolve your issue. Can you check and confirm what uber.jar you are using ?
It's currently this
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<version>6.5.5</version>
<classifier>apis</classifier>
<scope>provided</scope>
</dependency>
i need to downgrade to 6.5.0 right?
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @Shivam_S
Looks like your code is using 6.5.5 uber jar whereas you are using AEM version 6.5.0. I will suggest to upgrade the AEM version to AEM 6.5.5.0.
Also you can see the project is also backward compatible with AEM 6.4.8 and 6.5.5 by adding the classic profile when executing a build. So make sure you have min of AEM 6.5.5.0
You need to ensure all the bundles are active in system/console.
Thanks!
Views
Likes
Replies