The situation I have is that I have an Android Project (regular) which uses Amazon AWS android libr jars (inside libs folder). I recently cloned Autobahn (https://github.com/tavendo/AutobahnAndroid) and I'm using this library project on my own. The problem is that Amazon library uses jackson and it's contained in aws jar core jars. Since Autobahn also has that dependenciy I'm getting the following exception when generating the apk:
java.lang.IllegalArgumentException: already added: Lorg/codehaus/jackson/Base64Variant;
Since I can't modify the amazon library, is there any way I can tell Autobahn project to do not "export" jackson libs dependencies into my own project?