HBASE-17954 Switched findbugs implementation to spotbugs
Signed-off-by: Sean Busbey <busbey@apache.org> Conflicts: pom.xml
This commit is contained in:
parent
4a2f475ed3
commit
13f670057f
8
pom.xml
8
pom.xml
|
@ -576,6 +576,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>
|
||||
|
@ -1226,6 +1233,7 @@
|
|||
<checkstyle.version>6.18</checkstyle.version>
|
||||
<javadoc.version>2.10.3</javadoc.version>
|
||||
<asciidoctor.plugin.version>1.5.3</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