Skip to content

Commit eac0446

Browse files
committed
fix dependency issues
1 parent ff36703 commit eac0446

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>websocket-server</artifactId>
13-
<version>1.0.13</version>
13+
<version>1.0.14</version>
1414
<name>WebsocketServer</name>
1515
<packaging>jar</packaging>
1616

@@ -30,6 +30,11 @@
3030
<version>9.4.38.v20210224</version>
3131
<scope>compile</scope>
3232
</dependency>
33+
<dependency>
34+
<groupId>info.unterrainer.commons</groupId>
35+
<artifactId>jre-utils:jar</artifactId>
36+
<version>1.0.1</version>
37+
</dependency>
3338
<dependency>
3439
<groupId>info.unterrainer.commons</groupId>
3540
<artifactId>oauth-token-manager</artifactId>

0 commit comments

Comments
 (0)