Skip to content

Commit

Permalink
[bugfix] add missing dependency for Nullable expression
Browse files Browse the repository at this point in the history
  • Loading branch information
marmoure committed Jul 18, 2023
1 parent d446c66 commit 427c1d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/indexes/range/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>

</dependencies>

<build>
Expand Down

0 comments on commit 427c1d1

Please sign in to comment.