From 58300deee4df28878958a4c9e4c01982e38d686d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 4 Nov 2013 22:26:48 -0800 Subject: [PATCH] Add dependencies to spring-boot-starter-web Add dependencies that are usually picked up transitively directly to spring-boot-starter-web. Helps mavens dependency conflict resolution algorithm to pick the correct version. --- spring-boot-starters/spring-boot-starter-web/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-starters/spring-boot-starter-web/pom.xml index c1dd6be9de..605a9efb65 100644 --- a/spring-boot-starters/spring-boot-starter-web/pom.xml +++ b/spring-boot-starters/spring-boot-starter-web/pom.xml @@ -27,6 +27,10 @@ com.fasterxml.jackson.core jackson-databind + + org.springframework + spring-web + org.springframework spring-webmvc