mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-25 17:34:13 +00:00
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:
@@ -73,6 +73,12 @@
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Tests -->
|
||||
<dependency>
|
||||
<groupId>org.cryptomator</groupId>
|
||||
<artifactId>commons-test</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user