Skip to content

Commit

Permalink
Rely on parent pom spotbugs configuration (#8855)
Browse files Browse the repository at this point in the history
Rely on spotbugs configuration from parent pom

Removes the 81c3249 workaround that
was added in pull request #8803
  • Loading branch information
MarkEWaite authored Jan 13, 2024
1 parent 7540c95 commit d36cf82
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 @@ -90,11 +90,7 @@ THE SOFTWARE.
<!-- Minimum Remoting version, which is tested for API compatibility -->
<remoting.minimum.supported.version>4.13</remoting.minimum.supported.version>

<!-- 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.effort>Max</spotbugs.effort>
<spotbugs.omitVisitors>FindReturnRef,ConstructorThrow</spotbugs.omitVisitors>
<spotbugs.threshold>Medium</spotbugs.threshold>

<access-modifier.version>1.33</access-modifier.version>
Expand Down

0 comments on commit d36cf82

Please sign in to comment.