Details
Description
The following is one example for this
in the pdf manual for 2.1.3, dependencies in "extending the console" lists
<dependency>
<groupId>org.apache.karaf.shell</groupId>
<artifactId>org.apache.karaf.shell.console</artifactId>
<version>1.0.0</version>
</dependency>
But the pom file shown above it in "Manual Creation" has no repositories ilsted, which means it will grab from default, and the default repository only has versions 2.0.0 ; 2.1.0 ; 2.1.1 ; 2.1.2 ; and 2.1.3 . Thus, the dependency is not found.