You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Daniel Sun (JIRA)" <ji...@apache.org> on 2019/03/11 04:44:00 UTC

[jira] [Commented] (GROOVY-9030) groovy-yams is not a dependency in groovy-all

    [ https://issues.apache.org/jira/browse/GROOVY-9030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16789155#comment-16789155 ] 

Daniel Sun commented on GROOVY-9030:
------------------------------------

Yep. It is designed on purpose. Apart from {{groovy-yaml}}, some other modules are optional dependency too.

> groovy-yams is not a dependency in groovy-all
> ---------------------------------------------
>
>                 Key: GROOVY-9030
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9030
>             Project: Groovy
>          Issue Type: Improvement
>          Components: groovy-jdk
>    Affects Versions: 3.0.0-alpha-4
>            Reporter: Henk van Voorthuijsen
>            Priority: Minor
>
> How to reproduce:
> Add the following dependency to build.gradle:
> {code:java}
> implementation 'org.codehaus.groovy:groovy-all:3.0.0-alpha-4'
> {code}
> After resolving, groovy-yaml will not be present.
> Adding the following line does work, however:
> {code:java}
> implementation 'org.codehaus.groovy:groovy-yaml:3.0.0-alpha-4'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)