JAVA-1672: removing redundant junit-platform-commons declarations

This commit is contained in:
chaos2418
2021-11-05 16:04:59 +05:30
parent f13b9a96a4
commit 9f409146f8
4 changed files with 0 additions and 21 deletions

View File

@@ -60,11 +60,6 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>${junit-platform.version}</version>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>