Expand my Community achievements bar.

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

Core WCM Components core bundle and We.retail core bundle are not active

Avatar

Level 4

I am facing issue with WCM components core bundle and we retail core bundle installation. Both the bundles stay in installed state. I can see few dependencies are not resolved there. How may I resolve them?

Please refer below snapshots for better understanding.

WCM Components core bundle -
Bundle State -

Manasi29_2-1723635068696.png


Unresolved dependencies -

Manasi29_1-1723634943088.png


We.retail core bundle -
Bundle State -

Manasi29_3-1723635134237.png

There are no unresolved dependencies in this bundle. But I believe this might have dependency on WCM core components so it's not active.


More Details - 
AEM version - 6.5
Service Pack - 6.5.17
Archetype - 49
core components package - 2.24.6

Manasi29_4-1723635279903.png

 



Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Manasi29 ,

You may try downgrading your core component version with either of the below core component version

MukeshYadav__1-1723802713232.png

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/release-notes/service-pack/...

As you are using 2.24.6 which seems not compatible with service pack 17

Thanks

View solution in original post

5 Replies

Avatar

Community Advisor

Avatar

Level 4

Hey @MukeshYadav_ I am using AEM 6.5 and latest service pack 6.5.17

Avatar

Correct answer by
Community Advisor

Hi @Manasi29 ,

You may try downgrading your core component version with either of the below core component version

MukeshYadav__1-1723802713232.png

https://experienceleague.adobe.com/en/docs/experience-manager-65/content/release-notes/service-pack/...

As you are using 2.24.6 which seems not compatible with service pack 17

Thanks

Avatar

Level 4

Hey @MukeshYadav_ , Many thanks to you. This seems to be working.
Just one more doubt if you can help with.

See below in my pom I have updated the version for core components,

Manasi29_0-1723807237165.png


Here I observed just updating the version of core.wcm.components.all doesn't seem to resolve the issue.
I had to update the version in all the dependencies mentioned regarding core components can you throw a little light on how that works or any posts you know that I can use for better understanding?

Thanks a lot.

 

Avatar

Level 2

Hi @Manasi29, Instead of duplicating the version value multiple times, you can define it as a variable and update it in just one place. As you can see in the attached image with variable name on line no. 53:

<core.wcm.components.version>2.28.0</core.wcm.components.version>

 

Mohit_Singh_01_2-1750156826097.png

 

Mohit_Singh_01_0-1750156717190.png