Solved
AEM 6.5 issue
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
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
You can add the maven dependency in your pom.xml and build and install the code in AEM
<dependency>
<groupId>com.day.cq.dam</groupId>
<artifactId>cq-dam-commons</artifactId>
<version>5.6.6</version>
<scope>provided</scope>
</dependency>
check if the issue still persist.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.