guluo2016 commented on code in PR #142:
URL: 
https://github.com/apache/hbase-operator-tools/pull/142#discussion_r1702675112


##########
hbase-table-reporter/pom.xml:
##########
@@ -36,17 +36,23 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
-      <version>1.7.25</version>
+      <version>${slf4j.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <version>1.7.25</version>
+      <groupId>org.apache.logging.log4j</groupId>
+      <artifactId>log4j-slf4j-impl</artifactId>
+      <version>${log4j2.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-shaded-client</artifactId>
       <version>2.1.1</version>

Review Comment:
   Yes, `${hbase.version}` should be used in here.
   Seems that didn't pay attention to these, This issue only focused on log4j 
dependency, perhaps also fix it in this PR  @nikita15p 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to