We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e6d0c commit db6a01cCopy full SHA for db6a01c
pom.xml
@@ -726,6 +726,13 @@
726
<version>0.3.0-SNAPSHOT</version>
727
<scope>test</scope>
728
</dependency>
729
+ <!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
730
+ <dependency>
731
+ <groupId>io.netty</groupId>
732
+ <artifactId>netty-all</artifactId>
733
+ <version>4.1.92.Final</version>
734
+ <scope>test</scope>
735
+ </dependency>
736
<dependency>
737
<groupId>ch.qos.logback</groupId>
738
<artifactId>logback-classic</artifactId>
0 commit comments