Skip to content

Commit 65553f5

Browse files
committed
Fix a Kotlin compilation warning
1 parent 43ff6d9 commit 65553f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/framework-docs.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ dependencies {
6969
api("jakarta.servlet:jakarta.servlet-api")
7070
api("jakarta.resource:jakarta.resource-api")
7171
api("jakarta.validation:jakarta.validation-api")
72+
api("jakarta.websocket:jakarta.websocket-client-api")
7273
api("javax.cache:cache-api")
7374
api("org.apache.activemq:activemq-ra:6.1.2")
7475
api("org.apache.commons:commons-dbcp2:2.11.0")
7576
api("org.aspectj:aspectjweaver")
7677
api("org.eclipse.jetty.websocket:jetty-websocket-jetty-api")
7778
api("org.jetbrains.kotlin:kotlin-stdlib")
78-
api("jakarta.websocket:jakarta.websocket-api")
7979

8080
implementation(project(":spring-core-test"))
8181
implementation("org.assertj:assertj-core")

0 commit comments

Comments
 (0)