Github user jwagenleitner commented on a diff in the pull request:
https://github.com/apache/groovy/pull/797#discussion_r217889449
--- Diff: build.gradle ---
@@ -183,6 +185,9 @@ dependencies {
compile("org.apache.ivy:ivy:$ivyVersion") {
transitive = false
}
+ compile
"com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksondataformatyamlVersion"
+ compile
"com.fasterxml.jackson.core:jackson-databind:$jacksondatabindVersion"
+
--- End diff --
Just curious why these 2 deps are listed here and not in
`groovy-yaml/build.gradle`?
---