Hello Jersey Community,
I need to use Jersey in a non-Java EE project so I have to add JARs to
my classpath manually.
On the web site
http://jersey.java.net/nonav/documentation/latest/chapter_deps.html#core
_server it is told that asm.jar is only needed when using
ClasspathResourceConfig.
So is it correct that I can omit asm.jar in case I am not using asm on
my own, and I am providing my own implementation of
javax.ws.rs.core.Application?
Thanks
Markus