Skip to content

Commit

Permalink
Remove servlet-api dependency from mockserver-client-java
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots committed Jun 27, 2024
1 parent fa729cb commit cfca02e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@
<artifactId>mockserver-client-java</artifactId>
<version>${mockserver.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.dasniko</groupId>
Expand Down

0 comments on commit cfca02e

Please sign in to comment.