Content Negotiation Strategy

This commit is contained in:
Roshan Thomas
2016-03-11 22:43:49 -05:00
parent dd56e25c92
commit aea2aafe06
6 changed files with 229 additions and 0 deletions

View File

@@ -99,6 +99,19 @@
<artifactId>thymeleaf</artifactId>
<version>${thymeleaf.version}</version>
</dependency>
<!-- Json conversion -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.1.2</version>
</dependency>
</dependencies>
<build>