Browse Source
They only add a single extra dependency, so not really much value. Fixes gh-770pull/768/merge
8 changed files with 4 additions and 80 deletions
@ -1,31 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
||||||
<modelVersion>4.0.0</modelVersion> |
|
||||||
<parent> |
|
||||||
<groupId>org.springframework.boot</groupId> |
|
||||||
<artifactId>spring-boot-starters</artifactId> |
|
||||||
<version>1.1.0.BUILD-SNAPSHOT</version> |
|
||||||
</parent> |
|
||||||
<artifactId>spring-boot-starter-flyway</artifactId> |
|
||||||
<name>Spring Boot Flyway Starter</name> |
|
||||||
<description>Spring Boot Flyway Starter</description> |
|
||||||
<url>http://projects.spring.io/spring-boot/</url> |
|
||||||
<organization> |
|
||||||
<name>Pivotal Software, Inc.</name> |
|
||||||
<url>http://www.spring.io</url> |
|
||||||
</organization> |
|
||||||
<properties> |
|
||||||
<main.basedir>${basedir}/../..</main.basedir> |
|
||||||
</properties> |
|
||||||
<dependencies> |
|
||||||
<dependency> |
|
||||||
<groupId>${project.groupId}</groupId> |
|
||||||
<artifactId>spring-boot-starter-jdbc</artifactId> |
|
||||||
<version>${project.version}</version> |
|
||||||
</dependency> |
|
||||||
<dependency> |
|
||||||
<groupId>com.googlecode.flyway</groupId> |
|
||||||
<artifactId>flyway-core</artifactId> |
|
||||||
</dependency> |
|
||||||
</dependencies> |
|
||||||
</project> |
|
||||||
@ -1 +0,0 @@ |
|||||||
provides: liquibase-core |
|
||||||
@ -1,31 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
||||||
<modelVersion>4.0.0</modelVersion> |
|
||||||
<parent> |
|
||||||
<groupId>org.springframework.boot</groupId> |
|
||||||
<artifactId>spring-boot-starters</artifactId> |
|
||||||
<version>1.1.0.BUILD-SNAPSHOT</version> |
|
||||||
</parent> |
|
||||||
<artifactId>spring-boot-starter-liquibase</artifactId> |
|
||||||
<name>Spring Boot Liquibase Starter</name> |
|
||||||
<description>Spring Boot Liquibase Starter</description> |
|
||||||
<url>http://projects.spring.io/spring-boot/</url> |
|
||||||
<organization> |
|
||||||
<name>Pivotal Software, Inc.</name> |
|
||||||
<url>http://www.spring.io</url> |
|
||||||
</organization> |
|
||||||
<properties> |
|
||||||
<main.basedir>${basedir}/../..</main.basedir> |
|
||||||
</properties> |
|
||||||
<dependencies> |
|
||||||
<dependency> |
|
||||||
<groupId>${project.groupId}</groupId> |
|
||||||
<artifactId>spring-boot-starter-jdbc</artifactId> |
|
||||||
<version>${project.version}</version> |
|
||||||
</dependency> |
|
||||||
<dependency> |
|
||||||
<groupId>org.liquibase</groupId> |
|
||||||
<artifactId>liquibase-core</artifactId> |
|
||||||
</dependency> |
|
||||||
</dependencies> |
|
||||||
</project> |
|
||||||
@ -1 +0,0 @@ |
|||||||
provides: liquibase-core |
|
||||||
Loading…
Reference in new issue