From deef9ad990c3f5902b1556edbf93dabf223ac175 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 18 May 2020 13:41:35 +0300 Subject: Fix startup exception --- build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index bb5c6cf2..7afcac4e 100644 --- a/build.gradle +++ b/build.gradle @@ -121,6 +121,7 @@ dependencies { compile ("org.springframework.boot:spring-boot-starter-json") compile ("org.springframework.boot:spring-boot-starter-actuator") compile ('org.springframework.boot:spring-boot-devtools') + runtime ("org.springframework.boot:spring-boot-properties-migrator") compile 'org.flywaydb:flyway-core:6.4.2' compile 'com.github.ben-manes.caffeine:caffeine:2.8.3' -- cgit v1.2.3