Hi Guys i am new to maven and webapps, so please bear with me. I have gone through most of the solutions in stack overflow like java.lang.ClassNotFoundException: com.sun.jersey
There seemed to be a version issue. Just change the asm version used in the pom from 3.3.1 to 3.1 and it works.
asm asm 3.1
and not
asm asm 3.3.1
Output of code