aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
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'