Is there any way to reduce jar file size?
I want a tool that reduces the unused dependencies.
I use maven for dependency management.
pack200 can drastically reduce the JAR size. But it's hard to use with Maven and impossible to use with an EE container.
Why do you have unused dependencies?