File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
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
You can’t perform that action at this time.
0 commit comments