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


##########
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:
   Tried locally, seems there are still problem while actually running tests 
against 3.4.0.
   
   Anyway, let's get this in to at least make compilation pass for 3.4.0, and 
then open another issue for addressing the test issues.



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to