cloudinary_java icon indicating copy to clipboard operation
cloudinary_java copied to clipboard

Cloudinary maven dependencies are not getting resolved

Open abhishukl opened this issue 6 years ago • 1 comments

Hi Cloudinary Team,

I am evaluating Cloudinary to replace S7, while doing initial hands-on, encountered maven dependency resolution issue. I am at trying to use cloudinary java with AEM6.3 version.

Below is the maven dependency: <groupId>com.cloudinary</groupId> <artifactId>cloudinary-taglib</artifactId> 1.23.0 <groupId>com.cloudinary</groupId> <artifactId>cloudinary-http44</artifactId> 1.23.0

While using com.cloudinary.Cloudinary, com.cloudinary.utils.ObjectUtils libraries, my AEM bundle is not resolving at runtime. Below is the error, at AEM felix console. com.cloudinary -- Cannot be resolved com.cloudinary.utils -- Cannot be resolved

due to which I am not able to execute my Workflow which is to upload assets from AEM DAM to Cloudinary.

Please help.

Regards, Abhishek

abhishukl avatar Dec 26 '19 14:12 abhishukl

Hi Abhishek,

Which java version are you using? Can you please share the maven dependency file?

Thanks, Aditi

aditimadan-Cloudinary avatar Dec 27 '19 23:12 aditimadan-Cloudinary