commercetools / commercetools-jvm-sdk

The e-commerce SDK from commercetools running on the Java virtual machine.
https://commercetools.github.io/commercetools-jvm-sdk/apidocs/index.html
Other
62 stars 40 forks source link

java.lang.NoClassDefFoundError: org.javamoney.moneta.Money #1916

Open andrerinaldi opened 5 years ago

andrerinaldi commented 5 years ago

Hi everyone.

I'm using the commercetools-jvm-sdk in an Android project written in Kotlin and configured with Java 1.8 compileOptions.

While querying the ProductProjections, I get the exception you can see in the title of the issue:

java.lang.NoClassDefFoundError: org.javamoney.moneta.Money

My configuration: Android Studio -> 3.4 Android Gradle Plugin -> 3.3.2 Kotlin -> 1.3.31 Commercetools JVM SDK:

If you need further information, please let me know!

alex-ct commented 5 years ago

@andrerinaldi Thank you for reporting the issue, we will take a look into it.

naveenkulkarni029 commented 1 year ago

Any Update on this issue?