JAVA-8667: Remove hamcrest dependency declarations from the child modules

This commit is contained in:
Krzysiek
2021-11-24 13:20:20 +01:00
parent 679df8513e
commit 8b280e689a
21 changed files with 0 additions and 111 deletions
@@ -68,16 +68,6 @@
<artifactId>spring-boot-starter-test</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>${hamcrest-core.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<hamcrest-core.version>1.3</hamcrest-core.version>
</properties>
</project>
@@ -27,11 +27,6 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>