wchevreuil commented on code in PR #107:
URL: 
https://github.com/apache/hbase-operator-tools/pull/107#discussion_r898068270


##########
hbase-hbck2/pom.xml:
##########
@@ -171,16 +171,19 @@
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
       <version>${log4j2.version}</version>
+      <scope>provided</scope>
     </dependency>

Review Comment:
   Whilst testing against a pseudo-distributed 2.6.0-snapshot deployment, was 
facing conflicts with the slf4j classes shipped in hbck2 jar and the ones 
loaded from hbase client lib, so marked it as provided to avoid shipping those 
iin the hbck2 jar.



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