FELIX-1391: Unable to create a new ConfigAdmin PID through the Karaf console
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@796348 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/karaf/gshell/gshell-config/pom.xml b/karaf/gshell/gshell-config/pom.xml
index 6b53cf3..b882965 100644
--- a/karaf/gshell/gshell-config/pom.xml
+++ b/karaf/gshell/gshell-config/pom.xml
@@ -54,6 +54,12 @@
<artifactId>org.osgi.compendium</artifactId>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jdk14</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>