Core Component issue
When I install the project using maven command and tried to add a component in the page. It is blank
Maven command
mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetype Version=39 -D appTitle="Modern Creator" -D appId="moderncreator" -D groupId="com.modern.creator" -D aemVersion=6.5.13 -D singleCountry=n
Core Component Details
| Symbolic Name | com.adobe.cq.core.wcm.components.core |
| Version | 2.19.0 |
Error
In system console I could see the core bundle is in installed state.
| Imported Packages | com.day.cq.wcm.api,version=[1.29,2) -- Cannot be resolved org.apache.sling.api.resource,version=[2.12,3) -- Cannot be resolved org.apache.sling.api.servlets,version=[2.3,3) -- Cannot be resolved |
