Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-io/pom.xml')
-rw-r--r--jetty-io/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jetty-io/pom.xml b/jetty-io/pom.xml
index fb0997f6e0..76dde2062b 100644
--- a/jetty-io/pom.xml
+++ b/jetty-io/pom.xml
@@ -21,6 +21,16 @@
<artifactId>jetty-test-helper</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<plugins>

Back to the top