Upgrade to latest Spring Session/Spring Boot

This commit is contained in:
Greg Turnquist
2018-02-20 11:50:48 -06:00
parent d79670fb57
commit 609e8b6d2a
6 changed files with 28 additions and 24 deletions

View File

@@ -34,6 +34,10 @@
<groupId>de.flapdoodle.embed</groupId>
<artifactId>de.flapdoodle.embed.mongo</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>