I've added the ability to parse and evaluate groovy scripts inside my java application using GroovyShell. Which maven artifact is the bare minimum to include in my build?
I know that the groovy-all will definitely contain everything I need, but I'm guessing that there is a smaller package I could use as well?