Skip to content

Commit 03e2130

Browse files
committed
完善 solon-server-jetty-jakarta 适配
1 parent a274222 commit 03e2130

File tree

1 file changed

+7
-0
lines changed
  • solon-jakarta-projects/solon-web/solon-web-servlet-jakarta

1 file changed

+7
-0
lines changed

solon-jakarta-projects/solon-web/solon-web-servlet-jakarta/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@
4040
<scope>provided</scope>
4141
</dependency>
4242

43+
<dependency>
44+
<groupId>jakarta.websocket</groupId>
45+
<artifactId>jakarta.websocket-client-api</artifactId>
46+
<version>${jakarta.websocket2.version}</version>
47+
<scope>provided</scope>
48+
</dependency>
49+
4350
</dependencies>
4451

4552
</project>

0 commit comments

Comments
 (0)