Skip to content

Commit

Permalink
[pom] Exclude groovy testng as we do not use it
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hazendaz committed Jun 6, 2020
1 parent 07e4abb commit 045bdf1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,13 @@
<artifactId>groovy-all</artifactId>
<version>${groovyVersion}</version>
<type>pom</type>
<exclusions>
<!-- See 'addendum for 3.0.4 https://groovy-lang.org/releasenotes/groovy-3.0.html -->
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-testng</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 045bdf1

Please sign in to comment.