I am using Grails 2.3.8
I am using - org.yaml.snakeyaml.Yaml
class.
Didn't have any issues with GGTS workspace finding the package during auto
complete in the source.
But when running the application I get
java.lang.ClassNotFoundException:org.yaml.snakeyaml.Yaml
My assumption was this is part of the core Grails and the jars will be included automatically. Do I have to configure and add the jar or dependency in the BuildConfig.groovy ?