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?
org.codehaus.groovy:groovy:2.1.6
(which gets you down to 3.3MB from 6.1MB)... I guess it depends what your scripts want to do... – Ceto