Browse Source

[AMBARI-25266] fix build error at Findbugs with Maven 3.6 (ihorlukianov)

Ihor Lukianov 6 years ago
parent
commit
a6277084a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ambari-server/pom.xml

+ 1 - 1
ambari-server/pom.xml

@@ -540,7 +540,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.3</version>
+        <version>3.0.5</version>
         <configuration>
           <failOnError>false</failOnError>
           <threshold>Low</threshold>