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 28
28
<version >1.0.7</version >
29
29
</dependency >
30
30
<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 >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.glassfish.tyrus</groupId >
37
37
<artifactId >tyrus-client</artifactId >
38
38
<version >2.1.3</version >
39
39
</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
+
46
41
</dependencies >
47
42
48
43
</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