Drop starters for flyway and liquibase

They only add a single extra dependency, so not really
much value.

Fixes gh-770
This commit is contained in:
Dave Syer
2014-05-02 13:09:29 +01:00
parent 5127614d59
commit ded6a707db
8 changed files with 4 additions and 80 deletions

View File

@@ -24,8 +24,8 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-flyway</artifactId>
<groupId>com.googlecode.flyway</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>

View File

@@ -24,8 +24,8 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-liquibase</artifactId>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>