Browse Source

HADOOP-17602. Upgrade JUnit to 4.13.1. Contributed by Ahmed Hussein.

(cherry picked from commit c5929c00a35a8e58bcf1c80d9d414c3cbdce4483)

 Conflicts:
	hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml

(cherry picked from commit 80d46360671f2d52bbe5ff3683b661f6f8adfe7d)

 Conflicts:
	hadoop-project/pom.xml

(cherry picked from commit 819239f9718bd898ef05a6558eb4ed9451798876)
Akira Ajisaka 4 years ago
parent
commit
a8ddc179df
1 changed files with 2 additions and 1 deletions
  1. 2 1
      hadoop-project/pom.xml

+ 2 - 1
hadoop-project/pom.xml

@@ -150,6 +150,7 @@
     <snakeyaml.version>1.16</snakeyaml.version>
     <hbase.one.version>1.2.6</hbase.one.version>
     <hbase.two.version>2.0.0-beta-1</hbase.two.version>
+    <junit.version>4.13.1</junit.version>
     <woodstox.version>5.3.0</woodstox.version>
   </properties>
 
@@ -892,7 +893,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.11</version>
+        <version>${junit.version}</version>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>