mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-19 17:16:53 -04:00
replace JSR-305 Nullable annotation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user