JAVA-1672: removing redundant junit declarations

This commit is contained in:
chaos2418
2021-11-05 14:31:19 +05:30
parent 2a21594310
commit f13b9a96a4
18 changed files with 11 additions and 133 deletions

View File

@@ -21,18 +21,6 @@
<artifactId>tensorflow</artifactId>
<version>${tensorflow.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>