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 2018/07/01 10:42:50 UTC

groovy git commit: GROOVY-8673: bump testng to 6.13.1 for GROOVY_2_5_X

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X ed73d7d32 -> d0df55963


GROOVY-8673: bump testng to 6.13.1 for GROOVY_2_5_X


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/d0df5596
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/d0df5596
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/d0df5596

Branch: refs/heads/GROOVY_2_5_X
Commit: d0df55963c3a575e8b31c75e7f4cdd9df3561c9b
Parents: ed73d7d
Author: Paul King <pa...@asert.com.au>
Authored: Sun Jul 1 20:42:38 2018 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Sun Jul 1 20:42:38 2018 +1000

----------------------------------------------------------------------
 subprojects/groovy-testng/build.gradle | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/d0df5596/subprojects/groovy-testng/build.gradle
----------------------------------------------------------------------
diff --git a/subprojects/groovy-testng/build.gradle b/subprojects/groovy-testng/build.gradle
index 20ebb90..1194d39 100644
--- a/subprojects/groovy-testng/build.gradle
+++ b/subprojects/groovy-testng/build.gradle
@@ -18,9 +18,6 @@
  */
 dependencies {
     compile rootProject
-    runtime('org.testng:testng:6.9.10') {
-        // exclude 'optional' beanshell even though testng's pom doesn't say optional
-        exclude(group: 'org.beanshell', module: 'bsh')
-    }
+    runtime('org.testng:testng:6.13.1')
     testCompile project(':groovy-test')
 }