Declare junit version and use junit dependencyManagement section.
[controller.git] / opendaylight / md-sal / sal-compability / pom.xml
index edb3b19f0c9b4da2960fb744368a898d194a4d51..172e81fa825215570cbad3ad947164b4909f4baa 100644 (file)
@@ -44,5 +44,9 @@
                        <artifactId>guava</artifactId>
                        <version>14.0.1</version>
                </dependency>
+        <dependency>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </dependency>
        </dependencies>
 </project>