Skip to content

Commit f52da5a

Browse files
committedJan 20, 2023
Fix dependency
·
v1.1.0v0.10.0
1 parent 55fa2ab commit f52da5a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,14 @@
192192
<version>${amqp-client.version}</version>
193193
<optional>true</optional>
194194
</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>
195203
<!-- end of dependencies for performance tool -->
196204

197205
<dependency>
@@ -286,14 +294,6 @@
286294
<scope>test</scope>
287295
</dependency>
288296

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-
297297
<dependency>
298298
<groupId>org.openjdk.jmh</groupId>
299299
<artifactId>jmh-core</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.