Skip to content

Commit

Permalink
Rely on spotbugs configuration from parent pom
Browse files Browse the repository at this point in the history
Removes cd91eea workaround that was
added in jenkinsci#708

jenkinsci/pom#510 is the pull request to the
parent pom.  It was released in parent pom 1.109.
  • Loading branch information
MarkEWaite committed Jan 10, 2024
1 parent b15dcf7 commit 587b7e3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ THE SOFTWARE.
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<build.type>private</build.type>
<!-- TODO: Remove when parent pom is using this version or newer -->
<!-- https://github.com/jenkinsci/pom/pull/510 -->
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
<spotbugs.omitVisitors>FindReturnRef,ConstructorThrow</spotbugs.omitVisitors>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<bc-version>1.77</bc-version>
Expand Down

0 comments on commit 587b7e3

Please sign in to comment.