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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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)",*,
Hi @StanleyLi2
Please check this if helps
https://adapt.to/2024/schedule/leveraging-dynamic-media-with-openapi-using-wcmio-media-handler
Views
Replies
Total Likes
@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!
Views
Replies
Total Likes
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.
"
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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)",*,
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.
"
Views
Replies
Total Likes
Views
Likes
Replies