|
@@ -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>
|