Skip to content

A overlay for flyway-core to exclude unused things

License

Notifications You must be signed in to change notification settings

xdev-software/flyway-core-slim

Repository files navigation

Latest version Build Quality Gate Status

flyway-core-slim

A overlay for flyway-core to exclude unused things.

Details about exclusions are available in the changelogs.

Usage

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

Installation guide for the latest release

Support

If you need support as soon as possible and you can't wait for any pull request, feel free to use our support.

Contributing

See the contributing guide for detailed instructions on how to get started with our project.

Dependencies and Licenses

View the license of the current project or the summary including all dependencies