File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 192
192
<version >${amqp-client.version} </version >
193
193
<optional >true</optional >
194
194
</dependency >
195
+
196
+ <dependency >
197
+ <groupId >io.netty</groupId >
198
+ <artifactId >netty-transport-native-epoll</artifactId >
199
+ <version >${netty.version} </version >
200
+ <classifier >linux-x86_64</classifier >
201
+ <optional >true</optional >
202
+ </dependency >
195
203
<!-- end of dependencies for performance tool -->
196
204
197
205
<dependency >
286
294
<scope >test</scope >
287
295
</dependency >
288
296
289
- <dependency >
290
- <groupId >io.netty</groupId >
291
- <artifactId >netty-transport-native-epoll</artifactId >
292
- <version >${netty.version} </version >
293
- <classifier >linux-x86_64</classifier >
294
- <scope >test</scope >
295
- </dependency >
296
-
297
297
<dependency >
298
298
<groupId >org.openjdk.jmh</groupId >
299
299
<artifactId >jmh-core</artifactId >
You can’t perform that action at this time.
0 commit comments