Skip to content

Commit 663fd68

Browse files
authored
Ban deprecated stapler imports (#3950)
From plugin pom pull request: * jenkinsci/plugin-pom#1378
1 parent 9bc5a7f commit 663fd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<spotbugs.effort>Max</spotbugs.effort>
4747
<spotbugs.threshold>Low</spotbugs.threshold>
4848
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
49-
<ban-deprecated-stapler.skip>true</ban-deprecated-stapler.skip>
49+
<ban-deprecated-stapler.skip>false</ban-deprecated-stapler.skip>
5050
</properties>
5151

5252
<dependencyManagement>

0 commit comments

Comments
 (0)