This commit is contained in:
Stephane Nicoll
2019-10-16 11:37:21 +02:00
parent 705f022274
commit e0f3e42094
6 changed files with 30 additions and 28 deletions

View File

@@ -35,6 +35,11 @@
<artifactId>jmustache</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spring.initializr</groupId>
<artifactId>initializr-generator-test</artifactId>
@@ -45,11 +50,6 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>