replace JSR-305 Nullable annotation

This commit is contained in:
Sebastian Stenzel
2021-06-18 15:16:57 +02:00
parent be6b6e4541
commit 4f3cd2f47c
7 changed files with 14 additions and 6 deletions

View File

@@ -25,7 +25,6 @@ module org.cryptomator.desktop {
/* TODO: filename-based modules: */
requires dagger;
requires static javax.inject; /* ugly dagger/guava crap */
requires static jsr305; /* ugly dagger/guava crap */
requires java.jwt;
requires com.fasterxml.jackson.databind; // TODO: tmp fix, waiting for https://github.com/auth0/java-jwt/pull/484
requires zxcvbn;