Hi All,
I have created sample project for reference using artifact 35 and deployed on AEM 6.5 instance. Now I am facing this dependency issue.
I tried to resolve the issue by adding following dependencies in core.pom but those are not getting picked up.
<dependency>
<groupId>com.day.cq.wcm</groupId>
<artifactId>cq-wcm-api</artifactId>
<version>5.9.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<artifactId>org.apache.sling.api</artifactId>
<version>2.22.0</version>
<groupId>org.apache.sling</groupId>
<scope>provided</scope>
</dependency>
Please Suggest !!
Solved! Go to Solution.
Views
Replies
Total Likes
@Sumit1191 - https://www.linkedin.com/pulse/aem-bundles-resolving-archetype-archetypeversion35-cannot-vikraman/ this article belongs to AEMaaCS - In your above screenshot I can see you are using AEM version is 6.5.0 - in that case please install latest AEM SP - that should resolve your problem!
Why are you facing this problem?
More details are here:
Please check System requirements here: https://github.com/adobe/aem-project-archetype
based on this - It requires at least AEM 6.5.7.0+
Hi @Sumit1191
Please follow the below link to address the same issue.
https://www.linkedin.com/pulse/aem-bundles-resolving-archetype-archetypeversion35-cannot-vikraman/
Similar issue discussed here : https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/bundle-activation-error/m-...
Hi @Saravanan_Dharmaraj ,
Yes I have this linked in post before but I don't see installed product info in felix productinfo,
Let me check with any random versions of aem-sdk-api https://mvnrepository.com/artifact/com.adobe.aem/aem-sdk-api
@Sumit1191 - https://www.linkedin.com/pulse/aem-bundles-resolving-archetype-archetypeversion35-cannot-vikraman/ this article belongs to AEMaaCS - In your above screenshot I can see you are using AEM version is 6.5.0 - in that case please install latest AEM SP - that should resolve your problem!
Why are you facing this problem?
More details are here:
Please check System requirements here: https://github.com/adobe/aem-project-archetype
based on this - It requires at least AEM 6.5.7.0+
Hi @Sumit1191 ,
This issue is caused due to the SP package issues, as suggested install the required service pack for the archetype you are using.
Hope this is helpful.
Views
Likes
Replies