Does anyone know what scope is used to bring jars in the WEB-INF/lib
directory of a war? It appears to bring in all scope=compile
dependencies. Shouldn't this be just runtime dependencies?
For example, I am precompiling all my JSPs, so I don't need
jasper-compiler library. According to dependency:tree, its compile
scope. But its still in my WEB-INF lib. And because of it, so is
ant-1.6.5.jar
Any ideas how to get rid of these?
Thanks,
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]