Apache9 commented on code in PR #6063:
URL: https://github.com/apache/hbase/pull/6063#discussion_r1670759172


##########
pom.xml:
##########
@@ -3937,6 +3937,10 @@
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-reload4j</artifactId>
               </exclusion>
+              <exclusion>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcprov-jdk15on</artifactId>

Review Comment:
   It is introduced by HDFS-15098, for adding SM4 encryption support. We need 
further tests to see if we need to introduce the dependency manually in HBase. 
For now we only depend on bouncycastle related jars in test scope in HBase.
   
   For now I think just exclude it is fine.



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