WKND tutorial core components package not compatible with AEM 6.5
I used the latest archetype for the WKND component (version=35).
This uses newer version of wcm.components.core (2.17.12), unlike my AEM instance which uses lower version of wcm.components.core (2.3.2).
When, generating and installing with maven, there is an error for the api bundle: com.day.cq.wcm.api,version=[1.28,2) -- Cannot be resolved
From here, the "en.html" page is empty and no components are available to insert. This is because of another error which states:
com.adobe.cq.wcm.core.components.models.Page cannot be resolved to a type
Does anyone have a solution to this?
