This commit is contained in:
Michael Minella
2018-02-13 11:49:15 -06:00
parent 01311e8be6
commit 71b74665a0
3 changed files with 12 additions and 28 deletions

View File

@@ -73,6 +73,11 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
</dependency>
</dependencies>
</project>