diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 54a3b2baed07..165526b7ded3 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -89,6 +89,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 ec5ad9444d97..70f4afcecde8 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -197,6 +197,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 de610be26eef..1d9b8cbae8f5 100644 --- a/pom.xml +++ b/pom.xml @@ -548,7 +548,7 @@ ${compileSource} 2.10.2 - 3.4.2 + 3.4.3 @@ -606,6 +606,7 @@ 2.25.3 4.11.0 1.15.11 + 1.0-1 com.google.protobuf 2.5.0 @@ -1140,6 +1141,11 @@ findbugs-annotations ${findbugs-annotations.version} + + com.github.stephenc.jcip + jcip-annotations + ${jcip-annotations.version} +