Skip to content

Commit

Permalink
Revert "Remove unused rest-assured dependency (#74)" (#75)
Browse files Browse the repository at this point in the history
This reverts commit adf21c2.
  • Loading branch information
QubitPi authored Apr 17, 2024
1 parent adf21c2 commit 80d5deb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,18 @@
<version>${version.jetty}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>5.3.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 80d5deb

Please sign in to comment.