Hi All,
I am getting the below error in my AEM Cloud's stage environment -
[ERROR] [api-regions-exportsimports] com.xyz:abc.core:2022.624.1110822.0001462549: Bundle olli.core:2022.624.1110822.0001462549 is importing package(s) [Package com.adobe.cq.dam.cfm;version=[1.11,2), Package com.adobe.cq.wcm.core.components.models;version=[12.24,13)] in start level 20 but no visible bundle is exporting these for that start level in the required version range.
[ERROR] [api-regions-exportsimports] com.xyz:def.core:2022.624.1110822.0001462549: Bundle platform.core:2022.624.1110822.0001462549 is importing package(s) Package com.adobe.cq.wcm.core.components.models;version=[12.24,13) in start level 20 but no visible bundle is exporting these for that start level in the required version range.
[ERROR] Analyser detected errors on feature 'com.adobe.granite:aem-ethos-app-image:slingosgifeature:aem-runtime-application-publish-prod:1.0.0-SNAPSHOT'. See log output for error messages.
The above error however does not come up on my local or DEV environment.
The DEV and Stage environment have different SDK versions -
Development Environment - 2022.5.7575.20220530T152407Z
Stage Environment - 2022.1.6228.20220123T154100Z
Is it possible that the error is because of the SDK mismatch ?
Also, the error with AEM Analyser Maven Plugin - Is it ok to skip or disable failOnAnalyserErrors parameters in pom file to bypass this error ?
Thanks for your help in advance!