Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

how could "com.adobe.cq.dam.dm.delivery.api.ImageDelivery" work in AEM as a cloud service

Avatar

Level 1
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
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

HI @StanleyLi2 

Could you please try to add below as Import-Package the POM in <goal>bnd-process</goal>


com.adobe.cq.dam.dm.delivery.api;version="[1.0,2)",*,

Arun Patidar

AEM LinksLinkedIn

View solution in original post

6 Replies

Avatar

Community Advisor

Avatar

Community Advisor

@StanleyLi2 Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!


Aanchal Sikka

Avatar

Level 1

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 the
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.

"

 

Avatar

Level 1

AEM 6.5.** has 

cq-delivery-api_1.2.8.jar, which could works well for "com.adobe.cq.dam.dm.delivery.api.ImageDelivery" , has no "start level" error

 

Avatar

Correct answer by
Community Advisor

HI @StanleyLi2 

Could you please try to add below as Import-Package the POM in <goal>bnd-process</goal>


com.adobe.cq.dam.dm.delivery.api;version="[1.0,2)",*,

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 1

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.

"