FELIX-1745: Unable to alter/unset a log level after it has been set from the console

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@824488 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/shell/log/pom.xml b/karaf/shell/log/pom.xml
index 52e89ab..03c64ae 100644
--- a/karaf/shell/log/pom.xml
+++ b/karaf/shell/log/pom.xml
@@ -62,6 +62,12 @@
             <groupId>org.ops4j.pax.logging</groupId>
             <artifactId>pax-logging-service</artifactId>
         </dependency>
+                
+        <dependency>
+            <groupId>org.ops4j.pax.logging</groupId>
+            <artifactId>pax-logging-api</artifactId>
+            <scope>test</scope>
+        </dependency>
 
     </dependencies>