org.apache.sling.jcr.resource,version=[2.2,3) -- Cannot be resolved AEM 6.5.0
Hi all,
We upgraded AEM 6.2 to 6.5.0. After upgrading, the customized main bundle in "Installed" state. I upgraded uber jar into 6.5.0 as well.
I also tried upgrading 2.2.2 to 3.0.18. But, the issues didn't solve.
pom.xml
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.resource</artifactId>
<version>2.2.2</version>
<scope>provided</scope>
</dependency>
This is "org.apache.sling.jcr.resource" after upgrading AEM into 6.5.0.

Please suggest. Thanks in advance.
This is "org.apache.sling.jcr.resource" before upgrading. AEM is 6.2.
