Skip to content

Commit

Permalink
[JENKINS-36716] - Update Jenkins core to new FindBugs annotations fro…
Browse files Browse the repository at this point in the history
…m parent POM + refer the EPIC
  • Loading branch information
oleg-nenashev committed Mar 10, 2018
1 parent 5e0e553 commit de86f32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions core/pom.xml
Expand Up @@ -42,8 +42,6 @@ THE SOFTWARE.
<stapler.version>1.254</stapler.version>
<spring.version>2.5.6.SEC03</spring.version>
<groovy.version>2.4.11</groovy.version>
<!-- TODO: Actually many issues are being filtered by src/findbugs/findbugs-excludes.xml -->
<findbugs.failOnError>true</findbugs.failOnError>
</properties>

<dependencies>
Expand Down Expand Up @@ -600,7 +598,6 @@ THE SOFTWARE.
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>3.0.0</version>
<scope>provided</scope>
</dependency>

Expand Down
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -107,6 +107,7 @@ THE SOFTWARE.
<remoting.version>3.17</remoting.version>
<remoting.minimum.supported.version>2.60</remoting.minimum.supported.version>

<!-- TODO: JENKINS-36716 - Switch to Medium once FindBugs is cleaned up, 430 issues on Mar 10, 2018 -->
<findbugs.effort>Max</findbugs.effort>
<findbugs.threshold>High</findbugs.threshold>
<findbugs.excludeFilterFile>../src/findbugs/findbugs-excludes.xml</findbugs.excludeFilterFile>
Expand Down

0 comments on commit de86f32

Please sign in to comment.