This commit is contained in:
Florian THIERRY
2021-03-09 00:13:13 +01:00
parent 1c2d8a96a9
commit 5b93369852
17 changed files with 449 additions and 0 deletions

View File

@@ -46,6 +46,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>