yes, I have tried that, it still has error ,"Bundle MyApp:1.0.0-SNAPSHOT is importing package(s) com.adobe.cq.dam.dm.delivery.api in start level 20 but no bundle is exporting these for that start level."
That has kind of help , we are reading the documents in link list .If the AEMAACS does not has "com.adobe.cq.dam.dm.delivery.api.ImageDelivery"?I find the "cq-delivery-api_1.3.14.jar in runtime , but how to fix theBundle MyApp:1.0.0-SNAPSHOT is importing package(s) com.adobe.cq.dam.dm.delivery.api i...
ImageDelivery is from <dependency> <groupId>com.adobe.cq.dam</groupId> <artifactId>cq-delivery-api</artifactId> <version>1.2.8</version> <scope>provided</scope></dependency>aemaacs version is<dependency> <groupId>com.adobe.aem</groupId> <artifactId>aem-sdk-api</artifactId> <version>2025...