We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722515a commit b51fadeCopy full SHA for b51fade
grace-boot/build.gradle
@@ -5,7 +5,6 @@ dependencies {
5
api project(":grace-plugin-api")
6
api project(":grace-plugin-core")
7
api project(":grace-spring")
8
- api project(":grace-web")
9
10
api libs.jakarta.annotation.api
11
compileOnly libs.jakarta.servlet
@@ -17,6 +16,7 @@ dependencies {
17
16
api libs.spring.context
18
api libs.spring.core
19
api libs.spring.web
+ api libs.spring.webmvc
20
21
compileOnly libs.jsr305
22
compileOnly libs.spring.boot.devtools
0 commit comments