Remove JSON dependencies from web module

They were a remnant from teh time when the mapping implementations
lived in the web module.

Fixes gh-176
This commit is contained in:
Dave Syer
2018-05-22 15:35:18 +01:00
parent dc179c0dd7
commit f9aa461c18

View File

@@ -19,15 +19,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-function-context</artifactId>