|
@@ -71,6 +71,7 @@
|
|
|
<groupId>org.cryptomator</groupId>
|
|
|
<artifactId>filesystem-inmemory</artifactId>
|
|
|
<version>${project.version}</version>
|
|
|
+ <scope>test</scope>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.cryptomator</groupId>
|
|
@@ -186,7 +187,6 @@
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
|
<version>${junit.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>hamcrest-core</artifactId>
|
|
@@ -198,7 +198,6 @@
|
|
|
<groupId>org.mockito</groupId>
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
<version>${mockito.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<artifactId>hamcrest-core</artifactId>
|
|
@@ -210,7 +209,6 @@
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
<artifactId>hamcrest-all</artifactId>
|
|
|
<version>${hamcrest.version}</version>
|
|
|
- <scope>test</scope>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|