You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm upgrading to the JPMS versions (from the BP versions) and am confused as to the difference between the org.javamoney and org.javamoney.moneta Group IDs on Maven Central.
(specifically I'm getting error: module not found: org.javamoney.moneta.convert when building with Gradle.)
The User Guide doesn't tell me which Maven coordinates to use, or explain the difference between the difference convert-* JARs.
The text was updated successfully, but these errors were encountered:
I figured out my issue (need to consistently use the org.javamoney.moneta Group ID and artifacts) , but I still think the User Guide should document this.
I'm upgrading to the JPMS versions (from the BP versions) and am confused as to the difference between the
org.javamoney
andorg.javamoney.moneta
Group IDs on Maven Central.(specifically I'm getting
error: module not found: org.javamoney.moneta.convert
when building with Gradle.)The User Guide doesn't tell me which Maven coordinates to use, or explain the difference between the difference
convert-*
JARs.The text was updated successfully, but these errors were encountered: