JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
344 stars 101 forks source link

Clean up module-info #264

Closed marschall closed 5 years ago

marschall commented 5 years ago

Remove imports from module-info. There is no need to require java.base. Modifiers on java.base are no longer allowed with Java 10+.


This change is Reviewable