aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-10-21 07:27:02 +0300
committerGravatar Vitaly Takmazov2020-10-21 07:27:02 +0300
commita2452f24e40751d12748e8f6aacfb113d1933298 (patch)
treefa0777c16f166f0cc83f31f6056377cc19647169 /build.gradle
parentd6c06a1d91594e10ace32b95c0ad282e30146888 (diff)
Drop unused Spring Boot Actuator
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2046e5f8..fe71cabd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -122,7 +122,6 @@ dependencies {
}
compile ("org.springframework.boot:spring-boot-starter-undertow")
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")