From a2452f24e40751d12748e8f6aacfb113d1933298 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 21 Oct 2020 07:27:02 +0300 Subject: Drop unused Spring Boot Actuator --- build.gradle | 1 - 1 file changed, 1 deletion(-) 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") -- cgit v1.2.3