I have added a new dependency in my project which works great. but whenever I build or save any file in my project I get the following error. I use command line maven to run the project and I dont see any problem with the project itself, it works as expected. But this error is very annoying. error img
The following json-unit-assertj dependency is causing this error:
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<scope>test</scope>
</dependency>
If I remove it from the project the error goes away. Any ideas?