Skip to content

Commit

Permalink
Remove netty exclusion used for mocked proxy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bonigarcia committed May 11, 2023
1 parent 84af65d commit 3abc995
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@
<artifactId>mockserver-junit-jupiter</artifactId>
<version>${mockserver.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down

0 comments on commit 3abc995

Please sign in to comment.