Hi All,
I am getting a weird build issue -
[ERROR] Error while reading API info from com.adobe.aem:aem-sdk-api:2025.9.22450.20250911T131210Z-250800
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.adobe.aem:aemanalyser-maven-plugin:1.6.4:analyse (default-analyse) on project projectA.all.analyse: Provider types not found in com.adobe.aem:aem-sdk-api:2025.9.22450.20250911T131210Z-250800. Please update to a more recent version of the API. -> [Help 1]
Now the weird thing is nowhere in my pom.xml is the 2025.9 version defined.
In my pom.xml the properties are defined as below -
<aem.sdk.api>2024.7.17258.20240726T172406Z-240700</aem.sdk.api>
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>aem-sdk-api</artifactId>
<version>${aem.sdk.api}</version>
<scope>provided</scope>
</dependency>
So couple of questions here if the pom.xml defines the version as 2024.7 then where does 2025.9 come up from?
And how to get rid of this issue?
Thanks,
Nagesh