[
https://issues.apache.org/jira/browse/GROOVY-8794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16616394#comment-16616394
]
ASF GitHub Bot commented on GROOVY-8794:
----------------------------------------
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`?
> Add groovy-yaml subproject to support parsing and building yaml
> ---------------------------------------------------------------
>
> Key: GROOVY-8794
> URL: https://issues.apache.org/jira/browse/GROOVY-8794
> Project: Groovy
> Issue Type: New Feature
> Reporter: Daniel Sun
> Assignee: Daniel Sun
> Priority: Major
> Fix For: 2.5.3
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)