use junit-dep instead of junit to fix hamcrest error

This commit is contained in:
Sebastian Sdorra
2012-02-05 10:17:28 +01:00
parent ea43e01fdb
commit 2afc497c02

View File

@@ -110,7 +110,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<artifactId>junit-dep</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>