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 79fa194f33
commit 15a103b4f8
21 changed files with 0 additions and 111 deletions

View File

@@ -45,12 +45,6 @@
<artifactId>javax.el</artifactId>
<version>${javax.el.version}</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>${hamcrest.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>