File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ dependencies {
1616 api(project(' :graphql-java-kickstart' ))
1717
1818 // Servlet
19- api ' jakarta.servlet:jakarta.servlet-api:6.0.0'
20- api ' jakarta.websocket:jakarta.websocket-api:2.1.0'
21- api ' jakarta.websocket:jakarta.websocket-client-api:2.1.0'
19+ compileOnly ' jakarta.servlet:jakarta.servlet-api:6.0.0'
20+ compileOnly ' jakarta.websocket:jakarta.websocket-api:2.1.0'
21+ compileOnly ' jakarta.websocket:jakarta.websocket-client-api:2.1.0'
2222 implementation " org.slf4j:slf4j-api:$LIB_SLF4J_VER "
2323
2424 // OSGi
@@ -40,4 +40,7 @@ dependencies {
4040 testImplementation ' org.springframework:spring-test:6.0.8'
4141 testRuntimeOnly ' org.springframework:spring-web:6.0.8'
4242 testImplementation ' com.google.guava:guava:31.1-jre'
43+ testImplementation ' jakarta.servlet:jakarta.servlet-api:6.0.0'
44+ testImplementation ' jakarta.websocket:jakarta.websocket-api:2.1.0'
45+ testImplementation ' jakarta.websocket:jakarta.websocket-client-api:2.1.0'
4346}
You can’t perform that action at this time.
0 commit comments