You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/05/24 02:10:58 UTC

[groovy] 03/05: Add test runtime dependency (closes #932)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit f920a8b67592342193e886af21dc61d935b903e7
Author: Eric Milles <er...@thomsonreuters.com>
AuthorDate: Thu May 23 12:30:58 2019 -0500

    Add test runtime dependency (closes #932)
---
 subprojects/groovy-json/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/subprojects/groovy-json/build.gradle b/subprojects/groovy-json/build.gradle
index 3ff11ac..1ab2576 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -20,6 +20,7 @@ dependencies {
     compile rootProject
     testCompile project(':groovy-test')
     testCompile project(':groovy-dateutil')
+    testRuntime "org.slf4j:slf4j-api:$slf4jVersion"
     testRuntime project(':groovy-ant') // for JavadocAssertionTests
 }