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

(cherry picked from commit c5929c00a3)

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

(cherry picked from commit 80d4636067)

 Conflicts:
	hadoop-project/pom.xml
This commit is contained in:
Akira Ajisaka 2021-03-25 19:53:30 +09:00
parent d456106dce
commit 819239f971
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 2 additions and 1 deletions

View File

@ -183,6 +183,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>
@ -968,7 +969,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<version>${junit.version}</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>