Fix samples that need jdbc and don't import it

This commit is contained in:
Dave Syer
2014-05-02 15:15:39 +01:00
parent 06e364a9ff
commit 7e3614e6e0
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>
<dependency>
<groupId>com.googlecode.flyway</groupId>