In my java ee project I have ws-client that generated by wsimport lib and it use asm 3.3. I use another dependency that work with asm 4.1. I deploy war file in wildfly 9. Wildfly 9 has asm 3.3 as embedded module. I exclude asm module from wildfly to other dependency work but then web service client not work and give below error:
java.lang.NoSuchMethodException: org.objectweb.asm.MethodWriter.visitLabel(org.objectweb.asm.Label)