|
@@ -17,10 +17,19 @@
|
|
|
<description>Shared utilities for tests</description>
|
|
|
|
|
|
<dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.cryptomator</groupId>
|
|
|
+ <artifactId>commons</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.mockito</groupId>
|
|
|
+ <artifactId>mockito-core</artifactId>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>de.bechte.junit</groupId>
|
|
|
<artifactId>junit-hierarchicalcontextrunner</artifactId>
|
|
@@ -29,11 +38,6 @@
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
<artifactId>hamcrest-all</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.cryptomator</groupId>
|
|
|
- <artifactId>commons</artifactId>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</project>
|