Skip to content

Commit

Permalink
Add jsr305 package for @nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwise001 committed Aug 18, 2024
1 parent 38f079f commit 2663a3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
<version>${auto-value.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 2663a3a

Please sign in to comment.