Remove the transitive dependency(junit-jupiter-api) (#916)

This commit is contained in:
hoangnam2261
2019-07-31 02:46:38 +07:00
committed by Ilkka Seppälä
parent 517c20960d
commit 6daaeec5c6
115 changed files with 116 additions and 692 deletions

View File

@ -36,11 +36,6 @@
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
@ -52,4 +47,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>