Skip to content

Commit bed7255

Browse files
committed
groovy-all dependency excluded from rest-assured
1 parent c0db9b1 commit bed7255

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
@@ -1019,6 +1019,12 @@
10191019
<artifactId>rest-assured</artifactId>
10201020
<version>${version.rest.assured}</version>
10211021
<scope>test</scope>
1022+
<exclusions>
1023+
<exclusion>
1024+
<groupId>org.codehaus.groovy</groupId>
1025+
<artifactId>groovy-all</artifactId>
1026+
</exclusion>
1027+
</exclusions>
10221028
</dependency>
10231029

10241030
<dependency>

0 commit comments

Comments
 (0)