core components not resolved
Hi All,
I'm facing an strange issue that the core components are not getting resolved after installing the project which has react integration. Below are the specs I'm using.
AEM - 6.5 with SP-6.5.14.0
Java - 1.11
Mvn - 3.8.6
Steps I tried to fix:
1) Tried updating the uber jar from 6.5.0 to 6.5.14
2) updated the dependency version from 2.13.0 to 2.3.2 & 2.8.0
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>core.wcm.components.core</artifactId>
<type>jar</type>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>
3) The current core components of version is 2.13.0 com.adobe.cq.core.wcm.components.core
4) As an last option I tried restarting AEM and restarted the core components bundles.
whereas the core components is getting resolved in my another project. Below are the screenshots of the resolved bundle and not resolved one. Can someone please share your inputs to fix this?


below is the core component,

@vijayalakshmi_s @kautuk_sahni @debal_das @ratna_kumar
Regards,
Vijay