Skip to content

Commit

Permalink
groovy-all dependency excluded from rest-assured
Browse files Browse the repository at this point in the history
  • Loading branch information
anki2189 committed Dec 10, 2020
1 parent a328c72 commit ca2b655
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1020,6 +1020,12 @@
<artifactId>rest-assured</artifactId>
<version>${version.rest.assured}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit ca2b655

Please sign in to comment.