AEM project with artifact version 35, dependencies not getting resolved.
Hi All,
I have created sample project for reference using artifact 35 and deployed on AEM 6.5 instance. Now I am facing this dependency issue.

I tried to resolve the issue by adding following dependencies in core.pom but those are not getting picked up.
<dependency>
<groupId>com.day.cq.wcm</groupId>
<artifactId>cq-wcm-api</artifactId>
<version>5.9.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<artifactId>org.apache.sling.api</artifactId>
<version>2.22.0</version>
<groupId>org.apache.sling</groupId>
<scope>provided</scope>
</dependency>
Please Suggest !!


