I am using AEM6.1 with Maven as a build manager.
I want to extend the class com.day.cq.dam.core.process.ThumbnailProcess . Using the AEM dependency converter
System / console / depfinder
it seems that the class should be contained in
<dependency>
<groupId>com.day.cq.dam</groupId>
<artifactId>cq-dam-core</artifactId>
<version>5.8.172</version>
<scope>provided</scope>
</dependency>
In any case, Adobe nexus repo does not contain this version, and all the older ones do not provide the above class.
I want to know how to deal with this problem. Thanks for any advice.
source
share