File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 57
57
<groupId >org.java-websocket</groupId >
58
58
<artifactId >Java-WebSocket</artifactId >
59
59
</dependency >
60
+ <!--
61
+ The following slf4j-simple dependency resolves the warning:
62
+ 'SLF4J(W): No SLF4J providers were found.'
63
+ This warning is produced by the org.java-websocket library.
64
+ -->
65
+ <dependency >
66
+ <groupId >org.slf4j</groupId >
67
+ <artifactId >slf4j-simple</artifactId >
68
+ </dependency >
60
69
<dependency >
61
70
<groupId >org.junit.jupiter</groupId >
62
71
<artifactId >junit-jupiter-engine</artifactId >
Original file line number Diff line number Diff line change 48
48
<junit .version>5.12.1</junit .version>
49
49
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50
50
<websocket .version>1.6.0</websocket .version>
51
+ <slf4j .version>2.0.17</slf4j .version>
51
52
<opentest4j .version>1.3.0</opentest4j .version>
52
53
</properties >
53
54
91
92
<version >${websocket.version} </version >
92
93
<scope >test</scope >
93
94
</dependency >
95
+ <!--
96
+ The following slf4j-simple dependency resolves the warning:
97
+ 'SLF4J(W): No SLF4J providers were found.'
98
+ This warning is produced by the org.java-websocket library.
99
+ -->
100
+ <dependency >
101
+ <groupId >org.slf4j</groupId >
102
+ <artifactId >slf4j-simple</artifactId >
103
+ <version >${slf4j.version} </version >
104
+ <scope >test</scope >
105
+ </dependency >
94
106
<dependency >
95
107
<groupId >org.junit.jupiter</groupId >
96
108
<artifactId >junit-jupiter-api</artifactId >
You can’t perform that action at this time.
0 commit comments