Skip to content

Commit

Permalink
Remove unused rest-assured dependency (QubitPi#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Apr 15, 2024
1 parent e50814e commit 54b31f4
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 @@ -320,18 +320,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 54b31f4

Please sign in to comment.