Add missing starter to parent pom

This commit is contained in:
Dave Syer 2013-10-31 12:13:10 +00:00
parent 45c61eb96b
commit 988354bf85

View File

@ -58,6 +58,11 @@
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>