File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
src/main/java/info/unterrainer/commons/websocketclient Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 2828 <version >1.0.7</version >
2929 </dependency >
3030 <dependency >
31- <groupId >javax .websocket</groupId >
32- <artifactId >javax .websocket-api</artifactId >
33- <version >1.1 </version >
31+ <groupId >jakarta .websocket</groupId >
32+ <artifactId >jakarta .websocket-client -api</artifactId >
33+ <version >2.1.0 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.glassfish.tyrus</groupId >
3737 <artifactId >tyrus-client</artifactId >
3838 <version >2.1.3</version >
3939 </dependency >
40- <dependency >
41- <groupId >org.glassfish.tyrus</groupId >
42- <artifactId >tyrus-container-grizzly-client</artifactId >
43- <version >2.1.3</version >
44- </dependency >
45-
40+
4641 </dependencies >
4742
4843</project >
Original file line number Diff line number Diff line change 1+ package info .unterrainer .commons .websocketclient ;
2+
3+ public class Information {
4+ public static final String name = "Websocket-Client" ;
5+ public static final String buildTime = "2025-07-25T12:38:56Z" ;
6+ public static final String pomVersion = "1.0.0" ;
7+ }
You can’t perform that action at this time.
0 commit comments