Make Jackson operational.

Resolves https://github.com/spring-projects/spring-session/issues/913
This commit is contained in:
Greg Turnquist
2017-10-25 16:35:59 -05:00
parent fde5a85f49
commit 7a4e14cfbf
6 changed files with 188 additions and 100 deletions

View File

@@ -512,15 +512,14 @@
<artifactId>reactor-core</artifactId>
<optional>true</optional>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<scope>test</scope>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>