Skip to content

Commit bfcdf68

Browse files
author
Subrat Mishra
authored
HBASE-27625 Bump commons-lang3 to 3.12.0, surefire to 3.0.0 and dependency manage reload4j to 1.2.25 to support jdk11 (#116)
Signed-off-by: Istvan Toth Signed-off-by: Reid Chan <[email protected]>
1 parent 4b81148 commit bfcdf68

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,11 @@
149149
<hadoop.version>${hadoop-three.version}</hadoop.version>
150150
<slf4j.version>1.7.25</slf4j.version>
151151
<log4j.version>1.2.17</log4j.version>
152+
<reload4j.version>1.2.25</reload4j.version>
152153
<checkstyle.version>8.45.1</checkstyle.version>
153154
<maven.checkstyle.version>3.2.1</maven.checkstyle.version>
154155
<hbase.checkstyle.version>2.5.0</hbase.checkstyle.version>
155-
<surefire.version>3.0.0-M5</surefire.version>
156+
<surefire.version>3.0.0</surefire.version>
156157
<enforcer.version>3.0.0</enforcer.version>
157158
<extra.enforcer.version>1.5.1</extra.enforcer.version>
158159
<restrict-imports.enforcer.version>0.14.0</restrict-imports.enforcer.version>
@@ -161,7 +162,7 @@
161162
<protobuf.plugin.version>0.5.0</protobuf.plugin.version>
162163
<commons-io.version>2.11.0</commons-io.version>
163164
<avro.version>1.7.7</avro.version>
164-
<commons-lang3.version>3.6</commons-lang3.version>
165+
<commons-lang3.version>3.12.0</commons-lang3.version>
165166
<!--This property is for hadoops netty. HBase netty
166167
comes in via hbase-thirdparty hbase-shaded-netty-->
167168
<netty.hadoop.version>3.10.6.Final</netty.hadoop.version>
@@ -218,6 +219,11 @@
218219
<artifactId>log4j</artifactId>
219220
<version>${log4j.version}</version>
220221
</dependency>
222+
<dependency>
223+
<groupId>ch.qos.reload4j</groupId>
224+
<artifactId>reload4j</artifactId>
225+
<version>${reload4j.version}</version>
226+
</dependency>
221227
<dependency>
222228
<groupId>org.glassfish</groupId>
223229
<artifactId>javax.el</artifactId>

0 commit comments

Comments
 (0)