Skip to content

Commit c80c665

Browse files
author
xfernand
committed
HBASE-29807 Depend on jcip-annotations explicitly
1 parent add6f22 commit c80c665

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

hbase-client/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
<scope>compile</scope>
8282
<optional>true</optional>
8383
</dependency>
84+
<dependency>
85+
<groupId>net.jcip</groupId>
86+
<artifactId>jcip-annotations</artifactId>
87+
<scope>compile</scope>
88+
<optional>true</optional>
89+
</dependency>
8490
<dependency>
8591
<groupId>commons-codec</groupId>
8692
<artifactId>commons-codec</artifactId>

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@
952952
<maven-owasp-plugin.version>12.1.0</maven-owasp-plugin.version>
953953
<os.maven.version>1.7.1</os.maven.version>
954954
<findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
955+
<jcip-annotations.version>1.0-1</jcip-annotations.version>
955956
<spotbugs.version>4.7.3</spotbugs.version>
956957
<spotbugs.maven.version>4.7.2.1</spotbugs.maven.version>
957958
<surefire.version>3.5.3</surefire.version>
@@ -1443,6 +1444,11 @@
14431444
<artifactId>findbugs-annotations</artifactId>
14441445
<version>${findbugs-annotations.version}</version>
14451446
</dependency>
1447+
<dependency>
1448+
<groupId>net.jcip</groupId>
1449+
<artifactId>jcip-annotations</artifactId>
1450+
<version>${jcip-annotations.version}</version>
1451+
</dependency>
14461452
<!--
14471453
Logging dependencies. In general, we use slf4j as the log facade in HBase, so all sub
14481454
modules should depend on slf4j-api at compile scope, and then depend on log4j-slf4j-impl

0 commit comments

Comments
 (0)