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 79fb0b5 commit 50bb766Copy full SHA for 50bb766
browsermob-core-littleproxy/pom.xml
@@ -216,6 +216,12 @@
216
<artifactId>jzlib</artifactId>
217
</dependency>
218
219
+ <!-- pull in a version of netty that is known to work with LP+BMP -->
220
+ <dependency>
221
+ <groupId>io.netty</groupId>
222
+ <artifactId>netty-all</artifactId>
223
+ </dependency>
224
+
225
<!-- Due to usage in LegacyProxyServer and BrowserMobProxyServer, this dependency needs to be given "provided" scope.
226
It is not used by the BMP LittleProxy implementation itself. -->
227
<dependency>
0 commit comments