Fix for bug 211, where direct write and read of augmentation was not processed correctly
[controller.git] / opendaylight / md-sal / sal-binding-dom-it / pom.xml
index 9a143d3f008f5843ce36676f16afc5a293bf6143..6525fa078ed991ed26bed4e9491b79b4dd4ebe95 100644 (file)
@@ -49,7 +49,7 @@
     </build>
 
     <dependencies>
-    <dependency>
+        <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-binding-broker-impl</artifactId>
             <version>1.0-SNAPSHOT</version>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-simple</artifactId>
+            <scope>test</scope>
+            <version>1.7.2</version>
+        </dependency>
     </dependencies>
 </project>