JAVA-1672: removing redundant junit dependencies

This commit is contained in:
chaos2418
2021-11-08 13:45:41 +05:30
parent a0c0bc1eb4
commit 1781b6017b
2 changed files with 2 additions and 14 deletions

View File

@@ -25,13 +25,13 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<version>${hamcrest-all.version}</version>
<scope>test</scope>
</dependency>
</dependencies>