News

The uppercase-transformer example is failing with java.lang.NoClassDefFoundError: org/json/JSONObject Adding the following dependency solves it though ...
Delete the org.json packages directly from the maven repository, run a test in offline mode. See which library it's moaning about and make sure it's the right one.