A overlay for flyway-core
to exclude unused things.
Details about exclusions are available in the changelogs.
This library is primarily designed to be used in conjunction with Spring Boot projects.
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>...</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>software.xdev</groupId>
<artifactId>flyway-core-slim</artifactId>
<!-- You should ensure that this version is compatible with the flyway version provided by Spring Boot -->
<version>...</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
</dependency>
</dependencies>
Installation guide for the latest release
If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.
See the contributing guide for detailed instructions on how to get started with our project.
View the license of the current project or the summary including all dependencies