Do not fix JUnit version (to 4.12), but inherit 28/41328/2
authorMichael Vorburger <vorburger@redhat.com>
Tue, 5 Jul 2016 12:07:46 +0000 (14:07 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Thu, 14 Jul 2016 07:58:46 +0000 (07:58 +0000)
Found this during analysis of
https://bugs.opendaylight.org/show_bug.cgi?id=6156 while grepping code
for JUnit 4.11 VS 4.12.  (This change does NOT fix bug 6156 of course,
it has nothing to do with it, but it still seemed like a sensible thing
to do.)

Change-Id: I5fb5f84ea3eda5d8ce0c21c5426e183f56762e2a
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
opendaylight/config/config-manager-facade-xml/pom.xml

index adc66d99b2929ea47dc1e662466017b233db2eba..8756294536a1f0a0d176ea4784ad591b865c1338 100644 (file)
@@ -36,7 +36,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.12</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -56,4 +55,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>