Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Remove unused rest-assured dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 15, 2024
1 parent bcdd915 commit f7a46a3
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,18 +321,6 @@
<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 f7a46a3

Please sign in to comment.