Solved
how could "com.adobe.cq.dam.dm.delivery.api.ImageDelivery" work in AEM as a cloud service
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.4.20476.20250414T214138Z-250300</version>
<scope>provided</scope>
</dependency>
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.
how could "com.adobe.cq.dam.dm.delivery.api.ImageDelivery" work in AEM as a cloud service