diff options
-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") |