Skip to content

Commit ffe0439

Browse files
committed
groovy-all dependency excluded from rest-assured
1 parent 031317b commit ffe0439

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,6 +1020,12 @@
10201020
<artifactId>rest-assured</artifactId>
10211021
<version>${version.rest.assured}</version>
10221022
<scope>test</scope>
1023+
<exclusions>
1024+
<exclusion>
1025+
<groupId>org.codehaus.groovy</groupId>
1026+
<artifactId>groovy-all</artifactId>
1027+
</exclusion>
1028+
</exclusions>
10231029
</dependency>
10241030

10251031
<dependency>

0 commit comments

Comments
 (0)