Modelmapper dependency issue
Answered

it's a shared project on git, and my friend also has the same problem. We tried rebooting, changing the modelmapper version, restarting intellij and even cleaning the cache. But nothing has changed
Please sign in to leave a comment.
Hello, Raid!
IDEA may highlight an artifact like that if it has not yet been downloaded to the local repository.
Running a Maven Sync (Reload All Maven Projects) should help to address this, as Maven will resolve and download the artifact, if your computer has access to a repository that hosts it (for instance Maven Central).
Does IDEA/Maven return any errors when you try to run Goals/Lifecycles?
If so, can you please share the exact error messages you are getting?