users@jersey.java.net

[Jersey] asm.jar not needed for custom application?

From: Markus Karg <karg_at_quipsy.de>
Date: Thu, 13 Jan 2011 11:59:26 +0100

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