You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2017/12/14 21:42:26 UTC

[accumulo] 01/02: ACCUMULO-4704 Check for use of Guava @Beta

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit dac39b882329fe7d3bce32a818297b0ab841998d
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Sep 12 14:48:20 2017 -0400

    ACCUMULO-4704 Check for use of Guava @Beta
    
    Use findbugs plugin to avoid use of Guava @Beta methods and classes
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4cce012..7777cda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,7 +124,7 @@
     <extraReleaseArgs />
     <failsafe.excludedGroups />
     <failsafe.groups />
-    <findbugs.version>3.0.3</findbugs.version>
+    <findbugs.version>3.0.5</findbugs.version>
     <!-- surefire/failsafe plugin option -->
     <forkCount>1</forkCount>
     <hadoop.version>2.6.4</hadoop.version>
@@ -778,6 +778,13 @@
             <failOnError>true</failOnError>
             <includeTests>true</includeTests>
             <maxRank>16</maxRank>
+            <plugins>
+              <plugin>
+                <groupId>com.overstock.findbugs</groupId>
+                <artifactId>library-detectors</artifactId>
+                <version>1.1</version>
+              </plugin>
+            </plugins>
           </configuration>
         </plugin>
         <plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@accumulo.apache.org" <co...@accumulo.apache.org>.