I am having problems with IronMQ in java. could not find how to get it from maven. so downloaded the jar into my lib folder. then kept getting runtime error.
[NoClassDefFoundError: com/google/gson/JsonSyntaxException]
now i'm stuck on this. waiting for an answer from support.
this answer came from their support.
you use these maven settings and add them to your build.scala file.
it uses gson so you need that too.
and here is my build.scala for it:
and of course run reload and update after that. it should run successfully.