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.
2 parents 0a399e4 + 3d0ec60 commit 7edcc06Copy full SHA for 7edcc06
1 file changed
module/spring-boot-h2console/build.gradle
@@ -26,9 +26,10 @@ description = "Spring Boot H2"
26
27
dependencies {
28
api(project(":core:spring-boot"))
29
- api("jakarta.servlet:jakarta.servlet-api")
30
api("com.h2database:h2")
31
+ compileOnly("jakarta.servlet:jakarta.servlet-api")
32
+
33
optional(project(":core:spring-boot-autoconfigure"))
34
35
testImplementation(project(":core:spring-boot-test"))
0 commit comments