Skip to content

Commit 93fd5d1

Browse files
committed
fix dependency issues
1 parent 46b86c0 commit 93fd5d1

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

pom.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,16 @@
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>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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+
}

0 commit comments

Comments
 (0)