Skip to content

Commit

Permalink
Fixes #1275 - Get rid of Mockito.
Browse files Browse the repository at this point in the history
Converted the 2 tests that were using Mockito and removed from the POMs.
  • Loading branch information
sbordet committed Jan 18, 2017
1 parent 732277c commit f97396b
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 606 deletions.
5 changes: 0 additions & 5 deletions jetty-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Loading

0 comments on commit f97396b

Please sign in to comment.