Hi, I am using a library in a bolt of my topology that depends on json-simple v1.1.1 because it uses the JSONObject constructor that accepts a java.util.Map parameter.
I have a conflict because Storm depends on json-simple v1.1. So, when I run my topology I get the exception: java.lang.NoSuchMethodError: org.json.simple.JSONObject: method <init>(Ljava/util/Map;)V not found How can I tackle with this? Thanks in advance and best regards, Ferran
