Add logger implementation to netconf-impl test scope
[netconf.git] / netconf / netconf-impl / pom.xml
index 2f18c3e9d17323866b5cb37cc17ea562a9e9c9f3..00f9712956fe99c057e8d0b818fc5ca84bcc86f6 100644 (file)
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>netconf-client</artifactId>