From f9aa461c18092f8e234c9b2d2b6651b92310c8a8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 22 May 2018 15:35:18 +0100 Subject: [PATCH] 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 --- spring-cloud-function-web/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/spring-cloud-function-web/pom.xml b/spring-cloud-function-web/pom.xml index 2b07ef926..10ffe4ddf 100644 --- a/spring-cloud-function-web/pom.xml +++ b/spring-cloud-function-web/pom.xml @@ -19,15 +19,6 @@ org.springframework spring-webmvc - - com.google.code.gson - gson - - - com.fasterxml.jackson.core - jackson-databind - true - org.springframework.cloud spring-cloud-function-context