Hi all... I would like to make use of the core components (V 2.11.0) into my AEM project (V 6.5.4). I added the wcm components core, config and content dependencies into my poms and tried to extend the v1/container component, but I have the following error, "com.adobe.cq.wcm.core.components.models.LayoutContainer cannot be resolved to a type". I'm kind of lost here since my experience with AEM has been brief. Thanks in advance.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Definitely you are facing dependency issue here.
If we take a look into this document: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/versions.html?lang=... , it gives an overview of the releases of the Core Components and their compatibility with AEM releases and Java versions.
Dependencies: In order to use the 2.11.0 release, as a minimum, you will need an AEM 6.5.5.0 or AEM 6.4.8.1.
That's why you are facing this issue.
I am using 2.17.14 with AEM 6.5.9 -
Hope this will help.
Thanks anish!!
조회 수
답글
좋아요 수
Definitely you are facing dependency issue here.
If we take a look into this document: https://experienceleague.adobe.com/docs/experience-manager-core-components/using/versions.html?lang=... , it gives an overview of the releases of the Core Components and their compatibility with AEM releases and Java versions.
Dependencies: In order to use the 2.11.0 release, as a minimum, you will need an AEM 6.5.5.0 or AEM 6.4.8.1.
That's why you are facing this issue.
I am using 2.17.14 with AEM 6.5.9 -
Hope this will help.
I second what @DEBAL_DAS is saying. Please do check the core component version compatibility with AEM version you are using.
Thanks