diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml
index 796fc23d7d61..633377146b12 100644
--- a/hbase-client/pom.xml
+++ b/hbase-client/pom.xml
@@ -81,6 +81,12 @@
compile
true
+
+ com.github.stephenc.jcip
+ jcip-annotations
+ compile
+ true
+
commons-codec
commons-codec
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 71dd5126747b..cea04d0bb2d2 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -194,6 +194,12 @@
compile
true
+
+ com.github.stephenc.jcip
+ jcip-annotations
+ compile
+ true
+
com.github.ben-manes.caffeine
caffeine
diff --git a/pom.xml b/pom.xml
index 1f3b811c9545..ddb3ccb56249 100644
--- a/pom.xml
+++ b/pom.xml
@@ -862,7 +862,7 @@
3.5.0
${compileSource}
- 3.4.2
+ 3.4.3
${hadoop-three.version}
@@ -914,6 +914,7 @@
2.25.3
4.11.0
1.15.11
+ 1.0-1