Skip to content

Commit

Permalink
chore(pom.xml): add dependency on groovy-all version 3.0.18 with excl…
Browse files Browse the repository at this point in the history
…usion of groovy-testng to resolve test failures
  • Loading branch information
jandroav committed Jul 28, 2023
1 parent 0cdade9 commit d1b55d7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,19 @@
<version>8.0.30</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.18</version>
<scope>test</scope>
<type>pom</type>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-testng</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.liquibase</groupId>-->
<!-- <artifactId>liquibase-test-harness</artifactId>-->
Expand Down

0 comments on commit d1b55d7

Please sign in to comment.