Expand my Community achievements bar.

Unable to find dependency for ImageDelivery service.

Avatar

Level 2

Hi All,
I am working on AEM 6.4 where we need to validate if dynamic media is enabled and do further operations on that.
In previous versions, we use to find it via

this.enabledDynamicMedia = DynamicMediaHelper.isDynamicMediaEnabled(getResource().getResourceResolver();

but in the latest release "isDynamicMediaEnabled" is Deprecated and it is suggested to Use isEnabled() method provided by ImageDelivery service instead

however, I am not able to find the maven dependency for the same to include in the project.
any hint will be appreciated.

Thanks.

3 Replies

Avatar

Level 10

I am checking with the Eng team on this one. I will post back the findings.

Avatar

Employee

Hi, any news? We are also stuck with the ImageDelivery service not available in uber.jar.

Regards,

Avatar

Community Advisor

Hi,

It is part of Uber-jar-6.2.0-apis.jar



Arun Patidar