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.
This commit is contained in:
Phillip Webb 2013-11-04 22:26:48 -08:00
parent d7ae8cafbf
commit 58300deee4
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>