File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
<!--
3
3
4
4
Copyright (c) 2011, 2020 Oracle and/or its affiliates. All rights reserved.
5
- Copyright (c) 2021, 2024 Contributors to the Eclipse Foundation
5
+ Copyright (c) 2021, 2025 Contributors to the Eclipse Foundation
6
6
7
7
This program and the accompanying materials are made available under the
8
8
terms of the Eclipse Public License v. 2.0, which is available at
76
76
77
77
<!-- begin of websocket dependencies -->
78
78
<dependency >
79
- <groupId >org.glassfish.tyrus.bundles </groupId >
80
- <artifactId >tyrus-standalone- client</artifactId >
79
+ <groupId >jakarta.websocket </groupId >
80
+ <artifactId >jakarta.websocket- client-api </artifactId >
81
81
</dependency >
82
82
<!-- end of websocket dependencies -->
83
83
Original file line number Diff line number Diff line change 127
127
<artifactId >jakarta.xml.soap-api</artifactId >
128
128
<version >3.0.2</version >
129
129
</dependency >
130
+ <dependency >
131
+ <groupId >jakarta.websocket</groupId >
132
+ <artifactId >jakarta.websocket-client-api</artifactId >
133
+ <version >2.2.0</version >
134
+ </dependency >
130
135
<dependency >
131
136
<groupId >org.glassfish</groupId >
132
137
<artifactId >jakarta.json</artifactId >
You can’t perform that action at this time.
0 commit comments