Let us see your POM file please. From: Ferran Muñoz <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: 2015,Wednesday, May 6 at 04:30 To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Conflict with json-simple
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
