Repository: kylin
Updated Branches:
  refs/heads/master fd4a009d4 -> f70c18f0b


KYLIN-2556 Introduce Spotbugs plugin


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/f70c18f0
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f70c18f0
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f70c18f0

Branch: refs/heads/master
Commit: f70c18f0b8d5be87f13f1ec65a83b208e6b4367f
Parents: 2182c07
Author: shaofengshi <shaofeng...@apache.org>
Authored: Sun Jul 23 13:41:16 2017 +0800
Committer: shaofengshi <shaofeng...@apache.org>
Committed: Sun Jul 23 13:42:15 2017 +0800

----------------------------------------------------------------------
 pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/f70c18f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f765f00..e1eecd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,8 @@
         <cors.version>2.5</cors.version>
         <tomcat.version>7.0.69</tomcat.version>
         <t-digest.version>3.1</t-digest.version>
+        <findbugs.version>3.0.4</findbugs.version>
+        <spotbugs.version>3.1.0-RC4</spotbugs.version>
 
         <!-- REST Service, ref 
https://github.com/spring-projects/spring-boot/blob/v1.3.8.RELEASE/spring-boot-dependencies/pom.xml
 -->
         <spring.boot.version>1.3.8.RELEASE</spring.boot.version>
@@ -1016,7 +1018,14 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>
-                    <version>3.0.4</version>
+                    <version>${findbugs.version}}</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>com.github.spotbugs</groupId>
+                            <artifactId>spotbugs</artifactId>
+                            <version>${spotbugs.version}</version>
+                        </dependency>
+                    </dependencies>
                     <configuration>
                         <xmlOutput>true</xmlOutput>
                         <effort>Max</effort>

Reply via email to