You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Sam Brannen (JIRA)" <ji...@apache.org> on 2019/06/14 10:39:00 UTC

[jira] [Created] (GROOVY-9174) Change groovy-test-junit5 dependency on junit-platform-launcher to provided

Sam Brannen created GROOVY-9174:
-----------------------------------

             Summary: Change groovy-test-junit5 dependency on junit-platform-launcher to provided
                 Key: GROOVY-9174
                 URL: https://issues.apache.org/jira/browse/GROOVY-9174
             Project: Groovy
          Issue Type: Improvement
          Components: groovy-test-junit5
    Affects Versions: 2.5.7, 3.0.0-beta-1
            Reporter: Sam Brannen


Please change the scope for the dependency on {{junit-platform-launcher}} from {{compile}} to {{provided}} in the POM for {{groovy-test-junit5}}.

The {{compile}} dependency ends up on classpath in Gradle builds (at an older version) even if the rest of the JUnit Platform dependencies are included at a newer version.

Related to GROOVY-9138.



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