Skip to content

Commit

Permalink
Restore jsr-305 dependency (#2492)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored May 16, 2024
1 parent 78e3a7f commit 0175eda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
</dependencyManagement>

<dependencies>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>caffeine-api</artifactId>
Expand Down

0 comments on commit 0175eda

Please sign in to comment.