mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
add import for @Nullable annotation
This commit is contained in:
parent
c58499c085
commit
40bf614576
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
@ -150,6 +150,11 @@
|
|||
<artifactId>annotations</artifactId>
|
||||
<version>13.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>jsr305</artifactId>
|
||||
<version>3.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<!--logging-->
|
||||
<dependency>
|
||||
|
|
Loading…
Add table
Reference in a new issue