From 045bdf1b5c8784a13c08ddf067f32303abce2c74 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Sat, 6 Jun 2020 13:44:15 -0400 Subject: [PATCH] [pom] Exclude groovy testng as we do not use it see https://groovy-lang.org/releasenotes/groovy-3.0.html due to incorrectly upgrading too soon. While testng showed 7.2.0 released, they have also since retrated the release so it was likely a problem in my opinion. --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 98152b4cd..9f7cfe07e 100644 --- a/pom.xml +++ b/pom.xml @@ -836,6 +836,13 @@ groovy-all ${groovyVersion} pom + + + + org.codehaus.groovy + groovy-testng + +