Supose that you have a dependency that looks something like this:
<dependency>
<groupId>foo</groupId>
<artifactId>bar</artifactId>
<version>1.0</version>
</dependency>
that can’t be resolved and the build fails with the error message below: