From 3a311f92ce9dda7e4b47ccaaa9b2190348ea27df Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Fri, 15 Nov 2024 00:03:08 +0800 Subject: [PATCH] Remove extra dependency of `spring-boot-autoconfigure` Closes gh-54 --- markup/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/markup/build.gradle b/markup/build.gradle index 36228c7..a1ff848 100644 --- a/markup/build.gradle +++ b/markup/build.gradle @@ -33,7 +33,6 @@ dependencies { api "org.graceframework:grace-core:$graceVersion" compileOnly "jakarta.servlet:jakarta.servlet-api:$servletApiVersion" compileOnly "org.graceframework:grace-boot:$graceVersion" - implementation "org.springframework.boot:spring-boot-autoconfigure" api project(":views-core") api "org.springframework.boot:spring-boot-autoconfigure"