FELIX-1729, FELIX-1730: add the each / if commands, make sure the arguments are displayed in the correct order in the help system
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@823609 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/shell/commands/pom.xml b/karaf/shell/commands/pom.xml
index 3cae361..2ea685f 100644
--- a/karaf/shell/commands/pom.xml
+++ b/karaf/shell/commands/pom.xml
@@ -46,6 +46,10 @@
<artifactId>org.apache.felix.karaf.shell.console</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.felix.gogo</groupId>
+ <artifactId>org.apache.felix.gogo.runtime</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.core</artifactId>
<scope>provided</scope>