Skip to content

Commit b51fade

Browse files
committed
Grace Boot: Remove unnecessary dependency on grace-web
Closes gh-1275
1 parent 722515a commit b51fade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grace-boot/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ dependencies {
55
api project(":grace-plugin-api")
66
api project(":grace-plugin-core")
77
api project(":grace-spring")
8-
api project(":grace-web")
98

109
api libs.jakarta.annotation.api
1110
compileOnly libs.jakarta.servlet
@@ -17,6 +16,7 @@ dependencies {
1716
api libs.spring.context
1817
api libs.spring.core
1918
api libs.spring.web
19+
api libs.spring.webmvc
2020

2121
compileOnly libs.jsr305
2222
compileOnly libs.spring.boot.devtools

0 commit comments

Comments
 (0)