HADOOP-17602. Upgrade JUnit to 4.13.1. Contributed by Ahmed Hussein.
(cherry picked from commitc5929c00a3
) Conflicts: hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml (cherry picked from commit80d4636067
) Conflicts: hadoop-project/pom.xml
This commit is contained in:
parent
d456106dce
commit
819239f971
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue