SpringBoot2 - JUnit5 - skip test

master
bvn13 2019-07-29 21:04:21 +03:00
parent 9a34719dbc
commit 83a4c3cc8b
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ Changes in `pom.xml` are:
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.3.2</version>
<scope>test</scope>
</dependency>
<!--...-->
</dependencies>