diff options
author | Vitaly Takmazov | 2020-10-21 07:27:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-10-21 07:27:02 +0300 |
commit | a2452f24e40751d12748e8f6aacfb113d1933298 (patch) | |
tree | fa0777c16f166f0cc83f31f6056377cc19647169 | |
parent | d6c06a1d91594e10ace32b95c0ad282e30146888 (diff) |
Drop unused Spring Boot Actuator
-rw-r--r-- | build.gradle | 1 |
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") |