xavifeds8 commented on code in PR #7592:
URL: https://github.com/apache/hbase/pull/7592#discussion_r2663816246


##########
hbase-client/pom.xml:
##########
@@ -81,6 +81,12 @@
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>com.github.stephenc.jcip</groupId>
+      <artifactId>jcip-annotations</artifactId>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>

Review Comment:
   Since Hadoop has moved to com.github.stephenc.jcip depedency. and as 
suggested by @Apache9 we will be moving to the same. 
   



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