rohand104
20-09-2019
I'm trying to run AEM 6.5 and this is what i am getting
com.day.cq.dam.commons.util,version=[1.50,2) -- Cannot be resolved
There is no content
ronnyfm
09-10-2019
I agree, but even using the dependecy returned by depfinder,
<dependency>
<artifactId>cq-dam-commons</artifactId>
<version>5.12.54</version>
<groupId>com.day.cq.dam</groupId>
<scope>provided</scope>
</dependency>
I am getting the same exception.