Views
Replies
Total Likes
The version you are looking for below dependency in your parent pom is not present in maven
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-imaging</artifactId> <version>1.0-R1534292</version> </dependency>
Can you replace with other versions from here and see if resolves.
https://repo.maven.apache.org/maven2/org/apache/commons/commons-imaging/
The version you are looking for below dependency in your parent pom is not present in maven
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-imaging</artifactId> <version>1.0-R1534292</version> </dependency>
Can you replace with other versions from here and see if resolves.
https://repo.maven.apache.org/maven2/org/apache/commons/commons-imaging/
@Saravanan_Dharmaraj - Can you check local Maven Repo seems jar is missing as mentioned by @Saravanan_Dharmaraj