Skip to content

Commit 0be59ff

Browse files
committed
Separator flyway dependency
1 parent a8ec995 commit 0be59ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ systemProp.java.io.tmpdir=/tmp/sbp
55

66
http_port=8080
77

8-
sbpVersion=15
8+
sbpVersion=16
99

1010
springBootVersion_2.0=2.0.9.RELEASE
1111
springBootVersion_2.1=2.1.18.RELEASE

sbp-flyway-spring-boot-starter/src/main/java/org/laxture/sbp/spring/boot/FlywayClassLoaderConfiguration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
2626
import org.springframework.boot.autoconfigure.flyway.FlywayAutoConfiguration;
2727
import org.springframework.boot.autoconfigure.flyway.FlywayMigrationStrategy;
28-
import org.springframework.context.ApplicationContext;
2928
import org.springframework.context.annotation.Bean;
3029
import org.springframework.context.annotation.Configuration;
3130

0 commit comments

Comments
 (0)