1
0
mirror of https://github.com/jetty/jetty.project.git synced 2025-02-13 10:04:47 +00:00

Fixing TestingDir does not implement MethodRule error by removing conflicting junit classes

This commit is contained in:
Joakim Erdfelt 2013-03-14 23:30:19 -07:00
parent 41feea7e01
commit 529c3cab9b

@ -48,11 +48,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>