Skip to content

Commit be54b44

Browse files
authored
Restore JSR 305 annotations (#2238)
1 parent 1d25476 commit be54b44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugin/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
<artifactId>json</artifactId>
6767
<version>20230227</version>
6868
</dependency>
69+
<dependency>
70+
<groupId>com.google.code.findbugs</groupId>
71+
<artifactId>jsr305</artifactId>
72+
<version>3.0.2</version>
73+
</dependency>
6974
<dependency>
7075
<groupId>io.jenkins.plugins</groupId>
7176
<artifactId>snakeyaml-api</artifactId>

0 commit comments

Comments
 (0)