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
1 changed files with 0 additions and 5 deletions

View File

@ -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>