Skip to content

Commit

Permalink
Merge pull request #225 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
[pom] Exclude groovy testng as we do not use it
  • Loading branch information
hazendaz authored Jun 6, 2020
2 parents 95642af + 045bdf1 commit d60412c
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 d60412c

Please sign in to comment.