com.day.cq.wcm.api,version=[1.31,2) -- Cannot be resolved
Hi Team,
I am new to AEM, we have installed AEM cloud in our local machine and try to create a project using Mavan, After created that project that its not active in system bundles section. I shows installed status. After see the details of the bundles, its shows "com.day.cq.wcm.api,version=[1.31,2) -- Cannot be resolved".
we try to add below dependency in pom.xml and re-build but still we face same issue:
<dependency>
<groupId>com.day.cq</groupId>
<artifactId>cq-wcm-api</artifactId>
<version>1.31.0</version>
<scope>provided</scope>
</dependency>
Pls suggest what was we missing to build the project. Thanks in advance
Build 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 archetypeVersion=39 \
-D appTitle="RK Sites Project" \
-D appId="rkaem" \
-D groupId="com.adobe.rk.aem.guides" \
-D artifactId="aem-guides-rk" \
-D package="com.adobe.aem.guides.rk" \
-D version="0.0.1-SNAPSHOT" \
-D aemVersion="cloud"
Reference Screenshot:



