page 56 of the pdf lists a dependency for
org.apache.karaf.shell:org.apache.karaf.shell.console:1.0.0. There isn't one.
------------------------------------------------------------------------------------------------------------------------
Key: KARAF-456
URL: https://issues.apache.org/jira/browse/KARAF-456
Project: Karaf
Issue Type: Bug
Components: documentation
Affects Versions: 2.1.3
Environment: ubuntu 10.04
Reporter: jamie campbell
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.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira