Repository: hadoop
Updated Branches:
  refs/heads/YARN-5355 370175d67 -> 193746245 (forced update)


HADOOP-14316. Switch from Findbugs to Spotbugs (aw)


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

Branch: refs/heads/YARN-5355
Commit: 394589f38515655b55f9c4fbeaf03f41c0dd1355
Parents: 0344bea
Author: Allen Wittenauer <a...@apache.org>
Authored: Wed Apr 19 12:13:40 2017 -0700
Committer: Allen Wittenauer <a...@apache.org>
Committed: Wed Apr 19 12:13:40 2017 -0700

----------------------------------------------------------------------
 hadoop-project/pom.xml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/394589f3/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 6d4acba..8c855cc 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -88,6 +88,7 @@
     <zookeeper.version>3.4.9</zookeeper.version>
     <curator.version>2.12.0</curator.version>
     <findbugs.version>3.0.0</findbugs.version>
+    <spotbugs.version>3.1.0-RC1</spotbugs.version>
 
     <tomcat.version>6.0.48</tomcat.version>
     <guice.version>4.0</guice.version>
@@ -485,7 +486,7 @@
         <artifactId>hadoop-openstack</artifactId>
         <version>${project.version}</version>
       </dependency>
-      
+
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-azure</artifactId>
@@ -672,7 +673,7 @@
         <artifactId>guice</artifactId>
         <version>${guice.version}</version>
       </dependency>
-      
+
       <dependency>
         <groupId>cglib</groupId>
         <artifactId>cglib</artifactId>
@@ -1159,7 +1160,7 @@
        <version>1.46</version>
        <scope>test</scope>
      </dependency>
-      
+
      <dependency>
         <groupId>joda-time</groupId>
         <artifactId>joda-time</artifactId>
@@ -1351,6 +1352,13 @@
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>${findbugs.version}</version>
+          <dependencies>
+            <dependency>
+              <groupId>com.github.spotbugs</groupId>
+              <artifactId>spotbugs</artifactId>
+              <version>${spotbugs.version}</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to