Repository: hbase Updated Branches: refs/heads/branch-1.1 8db0cd11b -> d627c6f28
HBASE-18293 remove spotbugs on branch-1.1 since it doesn't support jdk8 Signed-off-by: Chia-Ping Tsai <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d627c6f2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d627c6f2 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d627c6f2 Branch: refs/heads/branch-1.1 Commit: d627c6f28887518a1dafea69e037c2a5ec1d2626 Parents: 8db0cd1 Author: Sean Busbey <[email protected]> Authored: Fri Jun 30 12:10:55 2017 -0500 Committer: Sean Busbey <[email protected]> Committed: Fri Jun 30 12:25:58 2017 -0500 ---------------------------------------------------------------------- pom.xml | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/d627c6f2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a81e608..4098d11 100644 --- a/pom.xml +++ b/pom.xml @@ -577,13 +577,6 @@ <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> @@ -1285,7 +1278,6 @@ <checkstyle.version>6.18</checkstyle.version> <javadoc.version>2.9</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>
