Skip to content

Commit

Permalink
groovy version upgrade for rest-assured
Browse files Browse the repository at this point in the history
  • Loading branch information
anki2189 committed Apr 13, 2020
1 parent 797d930 commit 5b47e2d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@
<groupId>${project.groupId}</groupId>
<artifactId>strongbox-testing-web</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-json</artifactId>
</exclusion>
<exclusion>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -308,8 +320,8 @@

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>${version.groovy}</version>
<artifactId>groovy</artifactId>
<version>3.0.2</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 5b47e2d

Please sign in to comment.