Skip to content

Commit 3596ac1

Browse files
authored
feat: use inofficial Flyway BOM (#823)
1 parent 4bd7e4d commit 3596ac1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@
3434
<flyway.version>11.11.1</flyway.version>
3535
</properties>
3636

37+
<dependencyManagement>
38+
<dependencies>
39+
<dependency>
40+
<groupId>io.dropwizard.flywaydb</groupId>
41+
<artifactId>flyway-bom</artifactId>
42+
<version>${flyway.version}</version>
43+
<type>pom</type>
44+
<scope>import</scope>
45+
</dependency>
46+
</dependencies>
47+
</dependencyManagement>
48+
3749
<dependencies>
3850
<dependency>
3951
<groupId>io.dropwizard</groupId>
@@ -50,7 +62,6 @@
5062
<dependency>
5163
<groupId>org.flywaydb</groupId>
5264
<artifactId>flyway-core</artifactId>
53-
<version>${flyway.version}</version>
5465
</dependency>
5566
<dependency>
5667
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)