aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-05-18 13:41:35 +0300
committerGravatar Vitaly Takmazov2020-05-18 13:41:35 +0300
commitdeef9ad990c3f5902b1556edbf93dabf223ac175 (patch)
tree399fff9cb1e5008b4fa128101831f8e1a4533dbf /build.gradle
parente5216396a8ba99f015198b66ca1530789094719b (diff)
Fix startup exception
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
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'