Skip to content

Commit c554c6a

Browse files
committed
Rely on spotbugs configuration from parent pom
Removes the 81c3249 workaround that was added in pull request jenkinsci#8803
1 parent 2923a77 commit c554c6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,7 @@ THE SOFTWARE.
9090
<!-- Minimum Remoting version, which is tested for API compatibility -->
9191
<remoting.minimum.supported.version>4.13</remoting.minimum.supported.version>
9292

93-
<!-- TODO: Remove when parent pom is using this version or newer -->
94-
<!-- https://github.com/jenkinsci/pom/pull/510 -->
95-
<spotbugs-maven-plugin.version>4.8.2.0</spotbugs-maven-plugin.version>
9693
<spotbugs.effort>Max</spotbugs.effort>
97-
<spotbugs.omitVisitors>FindReturnRef,ConstructorThrow</spotbugs.omitVisitors>
9894
<spotbugs.threshold>Medium</spotbugs.threshold>
9995

10096
<access-modifier.version>1.33</access-modifier.version>

0 commit comments

Comments
 (0)