Monetary.MONETARY_CURRENCIES_SINGLETON_SPI() tries to use ServiceLoader
for loading MonetaryCurrenciesSingletonSpi but it is not declared in
the module info.
Coverage remained the same at 76.898% when pulling 1795b2821e0027bfb8c14923ff9eb88434b49859 on marschall:uses-MonetaryCurrenciesSingletonSpi into f8c1f4386432926dd346056c047bb4b15b4a210b on JavaMoney:master.
Monetary.MONETARY_CURRENCIES_SINGLETON_SPI() tries to use ServiceLoader for loading MonetaryCurrenciesSingletonSpi but it is not declared in the module info.
This should fix https://github.com/JavaMoney/jsr354-ri/issues/219
This change is