HBASE-17954 Switched findbugs implementation to spotbugs
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
5224064d4d
commit
298454e8a7
8
pom.xml
8
pom.xml
|
@ -667,6 +667,13 @@
|
|||
<xmlOutput>true</xmlOutput>
|
||||
<effort>Max</effort>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.github.spotbugs</groupId>
|
||||
<artifactId>spotbugs</artifactId>
|
||||
<version>${spotbugs.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
|
@ -1339,6 +1346,7 @@
|
|||
<checkstyle.version>6.18</checkstyle.version>
|
||||
<javadoc.version>2.10.3</javadoc.version>
|
||||
<asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version>
|
||||
<spotbugs.version>3.1.0-RC1</spotbugs.version>
|
||||
<!-- General Packaging -->
|
||||
<package.prefix>/usr</package.prefix>
|
||||
<package.conf.dir>/etc/hbase</package.conf.dir>
|
||||
|
|
Loading…
Reference in New Issue