Restructured test dependencies

* All modules now have commons-test as test dependency.
* commons-test has dependencies to junit, hamcrest and mockito
This commit is contained in:
Markus Kreusch
2015-12-28 19:30:40 +01:00
parent 3dd9c623f0
commit 1804a52740
11 changed files with 55 additions and 15 deletions
+4
View File
@@ -28,6 +28,10 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
</dependency>
<dependency>
<groupId>org.cryptomator</groupId>
<artifactId>commons-test</artifactId>
</dependency>
</dependencies>
<build>