While installing project, I have got an error which says "Used undeclared dependencies found"
I tried using maven dependency plugin and used tag. But still, the error is same.
Then I tried explicitly adding the dependency in the main pom, but still the same error was thrown.
Can anyone help me in this situation?
Thanks in advance.