I am using Twilio to send SMS messages from my web app and I have almost completed the integration. It\'s sending the SMS, but an error is being generated and I don\'t under
You have missed jackson-core-asl.jar 1.9.13 in you project. You can make use of this Maven POM dependency
org.codehaus.jackson
jackson-core-asl
1.9.13
Hope this solves your problem. Check this link for more information. Direct link for download
Class is present in the jar Screen below
Remove your java-json.jar and add the jackson-core-asl.jar