AEM Project deployment getting error on local
Hi Team,
I'm deploying project on local instance getting below error, could you please help how can I resolve this issue
after using the cmd
mvn clean install -PautoInstallPackage

How can resolve.
Hi Team,
I'm deploying project on local instance getting below error, could you please help how can I resolve this issue
after using the cmd
mvn clean install -PautoInstallPackage

How can resolve.
Hi @ankitaankar ,
Add the below dependency into your core pom and try.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-imaging</artifactId>
<version>1.0-alpha2</version>
<scope>test</scope>
</dependency>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.